Name
<HTML> — NN all IE all HTML all
Synopsis
<HTML>...</HTML>
End Tag: Optional
The HTML
element is the container of the entire document content, including
the HEAD element. Both the start and end tags are
optional, but good style dictates the inclusion of both. Typically,
the HTML element start tag is the second line of
an HTML file, following the Document Type Definition (DTD) statement.
If no DTD is provided in the file (it assumes the browser’s
default DTD), the HTML start tag becomes the first
line of the file. The end tag should be in the last line of the file
(but it does not have to stand on its own line).
Example
<HTML>
<HEAD>
...
</HEAD>
<BODY>
...
</BODY>
</HTML>Attributes
|
|
|
|
|
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access