0% found this document useful (0 votes)
41 views

HTML Lesson 1 Real World

Trenton Haverdink created an "All About Me" webpage using HTML tags. He included his name, the three sports he plays - football, basketball, and track - and his favorite color, which is blue. Trenton also listed two potential career paths for when he grows up: computer programmer and a job in marketing. The webpage concludes with his favorite food, which is Italian.

Uploaded by

haverdit13
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views

HTML Lesson 1 Real World

Trenton Haverdink created an "All About Me" webpage using HTML tags. He included his name, the three sports he plays - football, basketball, and track - and his favorite color, which is blue. Trenton also listed two potential career paths for when he grows up: computer programmer and a job in marketing. The webpage concludes with his favorite food, which is Italian.

Uploaded by

haverdit13
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

<html><head><style

type="text/css"> .blue { color: #00F; } </style> </head><body class="blue"><font face="Comic Sans MS, cursive"> <h1 align="center"><u><strong>All About Me</strong></u></h1> My name is Trenton Haverdink. <h2>The three sports that I play are:</h2> <h6>1. Football</h6> <h6>2. Basketball</h6> <h6>3. Track</h6><img src="untitled 2.jpg" alt="hgk" width="200" height="150"> <h2>My favorite color is blue.</h2> <h2>When I grow up I want to be one of the following:</h2> <ul><li><h6> Computer Programmer</h6></li> <li><h6> Something in the Marketing Business</h6> </li></ul> <h2> My favorite food is Italian</h2><img src="untitled.jpg" alt="hjf" width="201" height="143"> </font> </body></html>

Learning Targets:
a. Understand what HTML tags are: These are the things that determine the colors, pictures, and backgrounds on Web pages. b. Apply heading levels to HTML pages: The heading levels I created varied anywhere from <h1> to <h6>. c. Save HTML pages properly: You must save the file that you want to go on the internet with .html at the end. d. Create unordered, ordered, and embedded lists: These lists were created by putting different information inside the brackets. Examples of this are <li> and <ul>

- The code above is what I used to create this. In other words, the code on top equals this on a web page:

All About Me

My name is Trenton Haverdink.

The three sports that I play are:


1. Football 2. Basketball

3. Track

My favorite color is blue. When I grow up I want to be one of the following:



Computer Programmer

Something in the Marketing Business

My favorite food is Italian

You might also like