Fastest news:
The
first tag in your HTML document is <html>. This tag tells your
browser that this is the start of an HTML document. The last tag in
your document is </html>. This tag tells your browser that this
is the end of the HTML document.
The text between the <head> tag and the </head> tag is header information. Header information is not displayed in the browser window. The text between the <title> tags is the title of your document. The title is displayed in your browser's caption. |
When
you save an HTML file, you can use either the .htm or the .html extension.
We have used .htm in our examples. It might be a bad habit inherited
from the past when some of the commonly used software only allowed three
letter extensions.
With
newer software we think it will be perfectly safe to use .html. |
Last update: 05/09/2006 |
All rights reserved ©, 2005-2006 |