Riferimento HTML
Contenuti
HTML è il linguaggio che descrive la struttura e la semantica del contenuto di un documento Web; è composto da elementi, ciascuno dei quali può essere modificato da alcuni attributi. Il contenuto di una pagina Web viene marcato con etichette di elementi HTML come per esempio <img>
, <title>
, <p>
, <div>
, etc.
I contenuti qui presentati costituiscono materiale di riferimento da utilizzare per lo sviluppo Web. MDN offre un riferimento a tutti gli elementi di HTML, così come a tutti gli attributi che governano il comportamento degli elementi.
- HTML element reference
- This page lists all the HTML elements, which are created using tags.
- 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 are attributes common to all HTML elements; they can be used on all elements, though they may have no effect on some elements.
- Link types
- In HTML, the following link types indicate the relationship between two documents, in which one links to the other using an <a>, <area>, or <link> element.
- Content Categories
- Every HTML element is a member of one or more content categories — these categories group elements that share common characteristics.
Guide e Tutorials
- Guida allo sviluppo HTML
- Articoli MDN che mostrano tecniche specifiche per creare contenuti Web in HTML, tutorial e altro materiale utile a portata di mano.