Lists

Create a simple practice Web page with the following features:

01 Properly start a new page with all the appropriate tags: <html> <head> <title> <body>
02 Add an Ordered List that does not specify a list-style type
03 Add an Ordered List using the upper-roman list-style type
04 Add an Ordered List using the lower-alpha list-style type
05 Add an Unordered List that does not specify a list-style type
06 Add an Unordered List using the circle list-style type
07 Add an Unordered List using squares as the list-style type
08 Add a Nested Unordered list using two different list-style types
09 Add an Unordered List using a list-style image
10 Add a Definition List

ValidateValidate

Validation checks the syntax of your file, looking for both errors and possible issues when viewing your page in a browser. Some of the problems reported are missing end tags, missing characters, invalid attributes, incorrect nesting of elements...
 your file, see: http://validator.w3.org

Save your file as Lists-YourLastName.htm and preview it in your browser.