You are on page 1of 1

<html> <title>My Webpage</title> <body bgcolor=yellow> <center><h1>All About Me</h1></center> <h2>My name is Shaun Lawrence</h2> 2.

Heading 2 format

<h3>3 Things I enjoy are:</h3> 1. Angle brackets around the /h3 <ol> <li>Football <li>T.V. <li>Reading</li> </ol> <br> <h3>My favorite color is <span style="color:#0000FF">Blue</span style="color:#80BFFF"></h3> </br> <h3>When I grow up I want to be one of the following:</h3> <ul> 4. Unordered List Tag <li>Helicopter Pilot <li>Billboard Designer <li>Crane Operator</li> </ul> <h3>My favorite food is Mexican</h3> </body> </html>

1. Angle Brackets 2. Apply Heading levels to HTML pages 3. HyperText Markup Language 4. Create Unordered Lists 5. Web Browser

3. Web Page in HTML code format

5. Viewed my web page in a WEB BROWSER.

You might also like