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.
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:
- Stack Overflow: HTML topics