diff options
Diffstat (limited to 'files/it/web/html/reference/index.html')
-rw-r--r-- | files/it/web/html/reference/index.html | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/files/it/web/html/reference/index.html b/files/it/web/html/reference/index.html deleted file mode 100644 index 5f66c954ec..0000000000 --- a/files/it/web/html/reference/index.html +++ /dev/null @@ -1,47 +0,0 @@ ---- -title: Riferimento HTML -slug: Web/HTML/Reference -tags: - - Elementi - - HTML - - Riferimento - - Web - - tag -translation_of: Web/HTML/Reference -original_slug: Web/HTML/Riferimento ---- -<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> |