From 95aca4b4d8fa62815d4bd412fff1a364f842814a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 29 Apr 2021 16:16:42 -0700 Subject: remove retired locales (#699) --- files/it/web/html/element/header/index.html | 120 ---------------------------- 1 file changed, 120 deletions(-) delete mode 100644 files/it/web/html/element/header/index.html (limited to 'files/it/web/html/element/header/index.html') diff --git a/files/it/web/html/element/header/index.html b/files/it/web/html/element/header/index.html deleted file mode 100644 index 94e158f275..0000000000 --- a/files/it/web/html/element/header/index.html +++ /dev/null @@ -1,120 +0,0 @@ ---- -title:
-slug: Web/HTML/Element/header -translation_of: Web/HTML/Element/header ---- -

Sommario

- -

L'elemento HTML <header> rappresenta un introduzione. Può contenere alcuni elementi di intestazione ({{HTMLElement("h1")}}-{{HTMLElement("h6")}}), ma anche altri elementi come un logo, l'intestazione di una sezione, un form di ricerca, e così via.

- -
-

Note d'uso:

- -
    -
  • L'elemento <header> non rappresenta una sezione del contenuto e quindi non introduce una nuova sezione nell'indice.
  • -
-
- - - -

Attributi

- -

Questo elemento include solo gli attributi globali.

- -

Esempi

- -
<header>
-  <img src="logo.png">
-  Nome dell'azienda
-</header>
-
- -

Specifiche

- - - - - - - - - - - - - - - - - - - - - -
SpecificaStatoCommenti
{{SpecName('HTML WHATWG', 'sections.html#the-header-element', '<header>')}}{{Spec2('HTML WHATWG')}} 
{{SpecName('HTML5 W3C', 'sections.html#the-header-element', '<header>')}}{{Spec2('HTML5 W3C')}} 
- -

Compatibilità con i browser

- -

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - -
FunzionalitàChromeFirefox (Gecko)Internet ExplorerOperaSafari
Supporto di base5{{CompatGeckoDesktop("2.0")}}9.011.104.1
-
- -
- - - - - - - - - - - - - - - - - - - -
FunzionalitàAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Supporto di base2.2{{CompatGeckoMobile("2.0")}}9.011.05.0
-
- -

Vedi anche

- - - -
{{HTMLRef}}
-- cgit v1.2.3-54-g00ecf