Introduction to HTMLThe head contains information about the document.
The main tag to be used in the head is <title>.
The title should be about half a line of text describing
the nature of the document.
Most Web browsers will display
it in a window separate from the document contents, and it
may be used in automatically created indices.
<html>
<head>
<title>Introduction to HTML</title>
</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