blob: 6dfc71219d9940776f89db6b162e8570ef0fe9ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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>
|