Using nested lists (one definition list
and one ordered list) and nested tables (one for page layout with no
border, and one for the crossword puzzle), write the HTML needed to
produce a web-page that looks as close as possible to the one below
(which is just an image). NOTE: to get the ordered list to skip values,
you'll have to use the deprecated attribute of the <li> element
named
value. For example, the
second item in the Across clues will start <li value="5">.
Browsers will automatically continue the numbering from that value (so
the next item will get a label of 6. You'll want to set both align and
valign properties in several of table data cells, and you should use
CSS to change the background-color of some of the puzzle's table data
cells.