diff options
Diffstat (limited to 'files/it/web/html/reference/index.html')
-rw-r--r-- | files/it/web/html/reference/index.html | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/files/it/web/html/reference/index.html b/files/it/web/html/reference/index.html new file mode 100644 index 0000000000..6dfc71219d --- /dev/null +++ b/files/it/web/html/reference/index.html @@ -0,0 +1,46 @@ +--- +title: Riferimento HTML +slug: Web/HTML/Riferimento +tags: + - Elementi + - HTML + - Riferimento + - Web + - tag +translation_of: Web/HTML/Reference +--- +<div>{{HTMLSidebar}}</div> + +<p><span class="seoSummary">HTML è il linguaggio che descrive la struttura e la semantica del contenuto di un documento Web; è composto da <strong>elementi</strong>, ciascuno dei quali può essere modificato da alcuni <strong>attributi</strong>. Il contenuto di una pagina Web viene marcato con etichette di elementi HTML come per esempio</span> {{HTMLElement("img")}}, {{HTMLElement("title")}}, {{HTMLElement("p")}}, {{HTMLElement("div")}}, etc.</p> + +<p><span class="seoSummary">I contenuti qui presentati costituiscono materiale di riferimento da utilizzare per lo sviluppo Web.</span> MDN offre un riferimento a tutti gli elementi di HTML, così come a tutti gli attributi che governano il comportamento degli elementi.</p> + +<div class="row topicpage-table"> +<div class="section"> +<h2 class="Documentation" id="Documentation" name="Documentation">Contenuti</h2> + +<dl> + <dt><a href="/en-US/docs/Web/HTML/Element">HTML element reference</a></dt> + <dd>This page lists all the HTML elements, which are created using tags.</dd> + <dt><a href="/en-US/docs/Web/HTML/Attributes">HTML attribute reference</a></dt> + <dd>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.</dd> + <dt><a href="/en-US/docs/Web/HTML/Global_attributes">Global attributes</a></dt> + <dd>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.</dd> + <dt><a href="/en-US/docs/Web/HTML/Link_types">Link types</a></dt> + <dd>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.</dd> + <dt><a href="/en-US/docs/Web/Guide/HTML/Content_categories">Content Categories</a></dt> + <dd>Every HTML element is a member of one or more content categories — these categories group elements that share common characteristics.</dd> +</dl> + +<p><span class="alllinks"><a href="/it-IT/docs/tag/HTML" title="Article tagged: HTML">View All...</a></span></p> +</div> + +<div class="section"> +<h2 class="Tools" id="Tools" name="Tools">Guide e Tutorials</h2> + +<dl> + <dt><a href="/it-IT/docs/Web/Guide/HTML">Guida allo sviluppo HTML</a></dt> + <dd>Articoli MDN che mostrano tecniche specifiche per creare contenuti Web in HTML, tutorial e altro materiale utile a portata di mano.</dd> +</dl> +</div> +</div> |