Create a Web Page like the following.
Create “my-first-page.html”
· <h1> tag for heading
· <p> tag for paragraph
Create a Web Page like the following.
Create “definition-lists.html”.
· <h2> tag for heading
· <dl> tag for definition list
Create a Web Page like the following.
Create two files: “reversed-list.html” and “reversed-list.css”.
· <div> with id=wrapper as a container
o Background color: #dddddd
o Text color: #95191a
o Width container: 300px
o
Border: 1px solid #000000
Use:
· <ol> with reversed attribute
o <ol reversed="reversed">
· Submit only reversed-list.html + reversed-list.css in ZIP file