Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

HTML reference

This translation is incomplete. Please help translate this article from English.

HTML is the language that describes the structure and the semantic content of a Web document; it consists of elements, each of which may be modified by some number of attributes. Content within a Web page is tagged with HTML elements such as <img>, <title>, <p>, <div>, and so forth.

The articles here provide reference materials you can refer to while you develop for the Web. MDN offers references to all of the elements that comprise HTML, as well as for each of the attributes that control the behavior of the elements.

Draft
This page is not complete.

Contents

HTML element reference
This page lists all the HTML elements.
HTML attribute reference
Elements in HTML have attributes; these are additional values that configure the elements or adjust their behavior in various ways to meet the criteria the users want.
Global attributes
Global attributes may be specified on all HTML elements, even those not specified in the standard. That means that any non-standard elements must still permit these attributes, even though using those elements means that the document is no longer HTML5-compliant. For example, HTML5-compliant browsers hide content marked as <foo hidden>...<foo>, even though <foo> is not a valid HTML element.
Link types
In HTML, the relationship between two documents, in which one links to the other using an <a>, <area>, or <link> element, can be specified as one of these link types.

View All...

Guides and tutorials

HTML developer guide
MDN articles demonstrating specific techniques you can use when building Web content with HTML, as well as tutorials and other material you may find handy.

DECIDE WHAT ELSE GOES HERE

Join the Web layout community

Choose your preferred method for joining the discussion:

Document Tags and Contributors

 Contributors to this page: fwoaz
 Last updated by: fwoaz,