| <html> [This tag signifies this is an html document.]
<head> [This tag signifies the beginning of the header information.] <title> Jane Doe's NCLC 350 CybercultureWeb Site</title> [Replace "Jane Doe" with your name in all instances where the name appears.] </head> [This tag signifies the end of the header information.] [Information above the <body> tag does not show on the Web page.] <body> [This tag signifies the beginning of the html material.] <h3> Jane Doe's NCLC 350 Web Site </h3> [Replace "Jane Doe" with your name.] <p> Hello, I am Jane Doe. Welcome to my Web site
for NCLC 350 , New Century College.</p>
<p> <a href="webeval.html"> Web source evaluation</a></p> [This tag creates a link to your Web source evaluation report.] <p> <a href="virtcomm.html">Virtual community Report</a></p> [This tag creates a link to your final Virtual Community Report.] <p> <a href="cyberculture.html">Cuberculture Project.</a></p> [This tag creates a link to your Cyberculture Project.] <p> e-mail me at: <a href="mailto:jdoe@gmu.edu">jdoe@gmu.edu</a>
<p><a href="http://classweb.gmu.edu/nclc350/sp02/">NCLC
350 - Spring 2002</a></p>
<p>© Copyright 2002 Jane Doe </p>
</body> [This tag signifies the end of the body of the document.] </html> [This tag signifies the end of the html document]
|