|
Each
HTML document must start with the HTML tag. This
is a simple tag that communicates to the server,
and the browser that this is "the beginning
of an HTML document. This tag should be the first
tag to appear within an HTML document with the
exception to comments which may be placed anywhere
in the document.
The
HTML tag also has an associated ending tag which
is identified at the end of the document. The
Closing HTML tag communicates to the server, and
to the browsers that the end of an HTML document
has been reached.
The
closing HTML tag must be the last tag in the document.
The following is an example of the beginning and
ending HTML tag (Shown in Red
Letters).
|
<html>
<head>
<title></title>
</head>
<body>
</body>
</html> |
There are no property settings for the Beginning
and Ending HTML Tags.
Starting
and Ending an HTML Document
Heading and Title Tags
Meta Tags (Author, Description and Keywords)
Body Tag
Background Image |