Basic Page ~ Adding a List
-
Use Notepad to open and modify the page you created in Assignment
7. (Web3.html in your Practice folder)
-
Complete the following tasks:
-
Use Web3.html as your format for a basic page, but
start over clean (don't forget HTML, BODY, HEAD and TITLE tags).
-
Create an unordered list.
-
The list's heading or title will say Unordered
Lists in Heading
size 3.
-
The first two items in the list should have type
"disc" and will read as follows:
-
The second two items in the list should have type "square" and will read
as follows:
-
The last two items in the list should have type "circle" and will read
as follows:
-
Create an ordered list.
-
The list's heading or title will say Ordered
Lists in Heading
size 3.
-
The first two items in the list should have type
"1" and will read as follows:
-
First item
-
Second item
-
The second two items in the list should have type "A" and a start value
of "3" and will read as follows:
-
Third item
-
Fourth item
-
The third two items in the list should have type "a" and a start value
of "5" and will read as follows:
-
The fourth two items in the list should have type "I" and a start value
of "7" and will read as follows:
-
Save the HTML code in your Practice folder as Web4.html
-
Open a Web browser, then open Web page you just created. If nothing
appears, go back to Notepad, check the tags and re-save the file.
Then go back to the browser and Refresh or Reload the page.
-
In Notepad print the HTML code.
Back