aboutsummaryrefslogtreecommitdiff
path: root/files/it/web/html/element/title/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/it/web/html/element/title/index.html')
-rw-r--r--files/it/web/html/element/title/index.html56
1 files changed, 56 insertions, 0 deletions
diff --git a/files/it/web/html/element/title/index.html b/files/it/web/html/element/title/index.html
new file mode 100644
index 0000000000..4bbf5ffc4c
--- /dev/null
+++ b/files/it/web/html/element/title/index.html
@@ -0,0 +1,56 @@
+---
+title: <title>
+slug: Web/HTML/Element/title
+translation_of: Web/HTML/Element/title
+---
+<h2 id="Sommario">Sommario</h2>
+
+<p>L'<strong>elemento HTML <code>&lt;title&gt;</code></strong> definisce il titolo della pagina, mostrato nella barra del titolo di un browser o nella scheda contenente la pagina. Può contenere solo testo e non viene interpretato nessun tag in esso contenuto.</p>
+
+<ul class="htmlelt">
+ <li><dfn><a href="/en-US/docs/HTML/Content_categories" title="HTML/Content_categories">Categorie di contenuto</a></dfn>Metadati.</li>
+ <li><dfn>Contenuti permessi</dfn> Testo</li>
+ <li><dfn>Omissione del tag</dfn> {{no_tag_omission}}. Notare che, omettendo il tag di chiusura <code>&lt;/title&gt;</code>, il browser ignorerebbe il resto della pagina.</li>
+ <li><dfn>Elementi genitore permessi</dfn>Un elemento {{ HTMLElement("head") }} che non contenga altri elementi {{ HTMLElement("title") }}.</li>
+ <li><dfn>Interfaccia DOM</dfn> {{domxref("HTMLTitleElement")}}</li>
+</ul>
+
+<h2 id="Attributi">Attributi</h2>
+
+<p><span style="line-height: 21px;">Questo elemento include solo gli </span><a href="https://developer.mozilla.org/en-US/docs/HTML/Global_attributes" style="line-height: 21px;" title="HTML/Global attributes">attributi globali</a>.</p>
+
+<h2 id="Esempio">Esempio</h2>
+
+<pre class="brush: html">&lt;title&gt;Titolo della pagina&lt;/title&gt;
+</pre>
+
+<h2 id="Specifications" name="Specifications">Specifiche</h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">Specifica</th>
+ <th scope="col">Stato</th>
+ <th scope="col">Commenti</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{SpecName('HTML WHATWG', 'semantics.html#the-title-element', '&lt;title&gt;')}}</td>
+ <td>{{Spec2('HTML WHATWG')}}</td>
+ <td> </td>
+ </tr>
+ <tr>
+ <td>{{SpecName('HTML5 W3C', 'document-metadata.html#the-title-element', '&lt;title&gt;')}}</td>
+ <td>{{Spec2('HTML5 W3C')}}</td>
+ <td> </td>
+ </tr>
+ <tr>
+ <td>{{SpecName('HTML4.01', 'struct/global.html#h-7.4.2', '&lt;title&gt;')}}</td>
+ <td>{{Spec2('HTML4.01')}}</td>
+ <td> </td>
+ </tr>
+ </tbody>
+</table>
+
+<p>{{HTMLRef}}</p>