Framify

Tag: <html>

<html> Syntax

Syntax Diagram for <html>
Opening Tag Content Closing Tag
<html> document </html>

<html> Description

The <html>. . . </html> tags contain all of the HTML document. There are three possible sections in an HTML document: A document should not contain both a Body and a Frame Set; they are mutually exclusive. In a document that will be used only in a frame defined by another document, a Head section may not be needed (if a <title> is all that would be in it).

<html> Example

<html> <head> ... </head> <body> ... </body> </html>
Last Modified: