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 este limbajul care descrie structura si semantica continutului unui document Web; acesta consta in elemente, fiecare dintre acestea putand fi modificate dupa un numar de atribute. Continutul dintr-o pagina Web este marcat prin elemente HTML cum ar fi <img>, <title>, <p>, <div>, and so forth.

Aceste articole  furnizeaza materiale de referinta pentru dezvoltare Web. MDN ofera referinte pentru toate elemetele ce cuprind HTML, cat si pentru fiecare din atributele ce controleaza comportamentul elementelor.

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: ionut-j-dumitrascu
 Last updated by: ionut-j-dumitrascu,