HTML Lesson 1 Real World
HTML Lesson 1 Real World
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
3. Track