Jane Doe's NCLC 350 Cyberculture Web Site
[These tags show what the source code looks like. The html tags in this document can be typed
directly into your public_html space on the mason server.  If you create your Web page using
Netscape composer or another Web publishing program you will only see the text, not the tags.]

 <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> 
 [The <p> tag indicates a paragraph.  The </p> tag indicates that the paragraph has ended.]
 [Replace the text with your own text..]

 <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>
 [This tag will allow people to send you an e-mail by clicking on the link created when you type in the html tags above. Substitute your mason e-mail address for Jane Doe's.]

 <p><a href="http://classweb.gmu.edu/nclc350/sp02/">NCLC 350 - Spring 2002</a></p>
 [Here you will create a link to the Spring 2002 NCLC 350 official courseWeb site.]

 <p>&copy; Copyright 2002 Jane Doe </p> 
 [The copyright symbol will appear in on your Web page.]

 </body> [This tag signifies the end of the body of the document.] 

 </html> [This tag signifies the end of the html document]