diff options
author | Ryan Johnson <rjohnson@mozilla.com> | 2021-04-29 16:16:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 16:16:42 -0700 |
commit | 95aca4b4d8fa62815d4bd412fff1a364f842814a (patch) | |
tree | 5e57661720fe9058d5c7db637e764800b50f9060 /files/it/web/api/document/title | |
parent | ee3b1c87e3c8e72ca130943eed260ad642246581 (diff) | |
download | translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2 translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip |
remove retired locales (#699)
Diffstat (limited to 'files/it/web/api/document/title')
-rw-r--r-- | files/it/web/api/document/title/index.html | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/files/it/web/api/document/title/index.html b/files/it/web/api/document/title/index.html deleted file mode 100644 index 5e93fa8318..0000000000 --- a/files/it/web/api/document/title/index.html +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: document.title -slug: Web/API/Document/title -translation_of: Web/API/Document/title ---- -<p>{{APIRef("DOM")}}<code>document.title</code> restituisce il titolo del documento.</p> - -<h3 id="Sintassi" name="Sintassi">Sintassi</h3> - -<pre class="eval"><i>sTitle</i> = document.title -</pre> - -<h3 id="Parametri" name="Parametri">Parametri</h3> - -<ul> - <li><code>sTitle</code> รจ una stringa che contiene il titolo del documento corrente.</li> -</ul> - -<h3 id="Esempio" name="Esempio">Esempio</h3> - -<pre><html> - <title>Ciao mondo!</title> - <body> -... -// document.title restituisce "Ciao mondo!" -</pre> - -<h3 id="Specifiche" name="Specifiche">Specifiche</h3> - -<p><a class="external" href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-18446827">DOM Level 2: title</a></p> - -<p>{{ languages( { "pl": "pl/DOM/document.title" } ) }}</p> |