The purpose of this lab is to utilize the basics of HTML coding. Upon the completion of this lab you will be able to create a simple web page using tags common to the environment.
LAB 1
|
Create a document using the basic HTML template we discussed in class. Make sure you include the following tags: <html> <head> <title> <body>, as well as the matching closing tags. Include your name, the lab number, and the date within comment tags: <!-- -->. Format your code in a logical manner (using tabs and white space) so that someone reading the code can follow it easily. Write a biography of yourself, 4 - 5 paragraphs long. Use the tags we talked about in class: <p> <h1 - h6> <center> <strong> <em> <u> <b> <i> <br>. Use the align attribute at least once. Feel free to use tags we haven't discussed yet. Make your life sound exciting, even if you're as boring as I am. I'd like to know who you are. What your interests are. What you're good at, and what you're not. Content is as important as presentation. |
If you would like to expand on the content of your page, go to HTML Goodies for lessons on how to create more objects within the HTML environment.