HTML: / Home / Document

What is an HTML Document?

An HTML Document is a file which contains HTML Elements for describing the structure and content of the document.

HTML5 documents must start with a <!DOCTYPE html> declaration.

  <!DOCTYPE html>

This declaration is not an HTML Tag. It is just information for the browser to know what document type the file is.

More Information

More about Files

<- HTMLDefinition            WebPage ->
2Document