[7. Appendix - Technical aspects of the WWW]
<HTML> <HEAD> <TITLE>Title (Name) of html page</TITLE> </HEAD> <BODY> <H1>Big Title</H1> <H2>Title 2</H2> Here is a list: <UL> <LI> element 1 <LI> element 2 </UL> This is an enumerated list: <OL><LI> element 1 <LI> element 2</OL> This is a simple paragraph. Text will be formatted.<A HREF="http://tecfa.unige.ch/info-www.html">Click HERE </a> to learn more about the World-Wide Web. <p> Here is a preformatted paragraph: <pre> Text will not be formatted. Text will not be formatted.</pre> <A HREF="http://tecfa.unige.ch/tecfa/general/tecfa-people/schneider.html>D.S.</A> </BODY> </HTML>
Title (Name) of html page BIG TITLE Title 2 Here is a list: * element 1 * element 2 This is an enumerated list: 1. element 1 2. element 2 This is a simple paragraph. Text will be formatted. Click HERE to learn more about the World-Wide Web. Here is a preformatted paragraph: Text will not be formatted. Text will not be formatted. D.S.
Generated with CERN WebMaker