HTML - (Specification | API | Standard )

About

In HTML, there is two specifications:

  • the syntax - how to write an HTML document
  • the API (dom) - how to build a DOM document from a HTML document and manipulate it

Specifications

Syntax

The syntax is specified in the the HTML Standard. It's also browsable in the HTML Standard repository

API

The API for HTML developed by browser vendors were specified and published under the DOM name. See How is the DOM document build from an HTML document ?





Discover More
HTML - (Document) Parser

HTML documents consist of a tree of elements and text. The specification defines a set of elements that can be used in HTML, along with rules. If a document is transmitted with the text/html mime type,...
HTML - DTD

The DTD of HTML can be found in the specification documents. It defines the schema of a valid HTML page. For instance html401
HTML - User Agent

user agent in the html context An HTML user agent is a user agent that supports one or more of the HTML specifications.
Domtree
How is the DOM document build from an HTML document ?

This page is about the construction of the DOM document from a HTML document (ie the XML language is xhtml) HTMLAPIHTML The HTML dom document is created: * by an xml library * or by the browser...
HyperText markup Language ( HTML )

What is HTML ? the HyperText markup Language



Share this page:
Follow us:
Task Runner