---
title: Riferimento HTML
slug: Web/HTML/Reference
tags:
- Elementi
- HTML
- Riferimento
- Web
- tag
translation_of: Web/HTML/Reference
original_slug: Web/HTML/Riferimento
---
{{HTMLSidebar}}
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 {{HTMLElement("img")}}, {{HTMLElement("title")}}, {{HTMLElement("p")}}, {{HTMLElement("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.
Contenuti
- 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.
View All...
- 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.