Students
should go back to Notepad or other basic word processor and add a <BODY>
tag. This section is what will be seen on the webpage. Students will create
a centered title called About me. They will skip a line then write a brief
paragraph about themselves. They will highlight three basic points
about themselves. Have student refer back to the auto evaluation they did in
Lesson 1. Students will skip three lines and write in an <H7> font,
centered and in italics, Last revised by and their name. Click here for an
example of what the final document should look
like. Here is an example of what the html code should look:
<HEAD>
<TITLE> This is my first web page </TITLE>
</HEAD>
<BODY><H1><U><CENTER>About me</CENTER></U></H1>
<BR><H3>
I am a student in the 8th grade. I have one sister. I like eating plantains
and yucca. I like playing sports and video games.
</H3>
<H3><B>
<UL>
<LI>I am hard working.
<LI>I tend to procrastinate a lot.
<LI>I am trustworthy, but disorganized.
</UL></B></H3>
<BR><BR><BR>
<H7><CENTER><I>Last revised by Anthony Salcedo on June 22, 2004.</I></CENTER></H7>
</BODY>
</HTML>