LESSON 1 - 1a -- THE MINIMAL PAGE EXAMPLE

This document would look like what you see below in a viewsource, basically. Here are the three special entities so you can see how they work: < > &

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
         "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
 <title>Lesson 1 - 1a -- The minimal page example</title>
</head>
<body>
<p>
LESSON 1 - 1a -- THE MINIMAL PAGE EXAMPLE
<p>
This document would look like what you see below in a view, basically.
Here are the three special entities so you can see how they work: 
&lt; &gt; &amp;
<p>
Now, head back to the <a href="/tut/">Main tutorial page</a> 
or back to <a href="lesson1-1.html">Lesson 1</a>
</body>
</html>

Now, head back to the Main tutorial page or back to Lesson 1