diff options
Diffstat (limited to 'files/it/web/html/element/title/index.html')
| -rw-r--r-- | files/it/web/html/element/title/index.html | 56 |
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><title></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></title></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"><title>Titolo della pagina</title> +</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', '<title>')}}</td> + <td>{{Spec2('HTML WHATWG')}}</td> + <td> </td> + </tr> + <tr> + <td>{{SpecName('HTML5 W3C', 'document-metadata.html#the-title-element', '<title>')}}</td> + <td>{{Spec2('HTML5 W3C')}}</td> + <td> </td> + </tr> + <tr> + <td>{{SpecName('HTML4.01', 'struct/global.html#h-7.4.2', '<title>')}}</td> + <td>{{Spec2('HTML4.01')}}</td> + <td> </td> + </tr> + </tbody> +</table> + +<p>{{HTMLRef}}</p> |
