NCSA Mosaic for Microsoft Windows User's Guide
The figures below illustrate a simple HTML document. The first figure
lists the code that generates the document viewed through NCSA Mosaic
for the Macintosh in the second figure.
Code for a simple HTML document
<HTML>
<title>How To Create HTML Documents</title>
<h1>How To Create HTML Documents</h1>
HyperText Markup Language (HTML) documents are simply text
documents which contain codes read by World Wide Web (Web) browsers
like NCSA Mosaic. These browsers use the codes to format text and
present images and hyperlinks to the user.
<p>
<h2>Tutorials</h2>
See our <a href="HTML_Advanced.html">HTML Advanced Guide</a> for
more information about writing HTML documents. Some of our other
tutorials include:
<ul>
<li>Mosaic Tutorial
<li>HTTP Server Tutorial
<li>TurboGopher Tutorial
<li>Eudora Tutorial
</ul>
<p>
Check out the <a href="http://www.ncsa.uiuc.edu/Edu/EduHome.html">
NCSA Education Group Home Page</a> for more interesting materials.
<p>
The same HTML document viewed with NCSA Mosaic for the Macintosh
National Center for Supercomputing Applications / mosaic-win@ncsa.uiuc.edu