Introduction to HTML
The head might also contain comments, delimited by
<!-- and -->.
One use for comments is to
record the history of the document:
<html>
<head>
<title>Test document</title>
<!--History
WRJF 1996 Apr 21 Created by WRJF
WRJF 1996 Apr 23 Corrected typos
-->
</head>
<body>
...
</body>
</html>
(valid except for
embed element)

Last modified: Sat, 2007 Mar 10 15:45:22
Slide show generated from html.html by Weasel 2007 Mar 10