Hypertext Skills Group

The page started with the markup notation that is required in all HTML files:

Markup notation is always in angle brackets - "<" and ">"

Next Page


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
  "http://www.w3.org/TR/REC-html40/strict.dtd"
<HTML>


 <HEAD<
  <TITLE<

  </TITLE<
 </HEAD<
 <BODY<

 </BODY<
</HTML<