HTML and CSS Overview

1.   My First Page

Create a Web Page like the following.

Create “my-first-page.html

Constraints

·        <h1> tag for heading

·        <p> tag for paragraph

2.   Definition Lists

Create a Web Page like the following.

Create “definition-lists.html.

Constraints

·        <h2> tag for heading

·        <dl> tag for definition list

 

3.   Another Heading

 

4.   Reversed List

Create a Web Page like the following.

Create two files: “reversed-list.html and reversed-list.css.

Constraints

·        <div> with id=wrapper as a container

o   Background color: #dddddd

o   Text color: #95191a

o   Width container: 300px

o   Border: 1px solid #000000

Hints

Use:

·        <ol> with reversed attribute

o   <ol reversed="reversed">

·        Submit only reversed-list.html + reversed-list.css in ZIP file

 

5.   My 5 heading

 


 

 

 

6.   My Second Page