From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pt-br/web/html/element/header/index.html | 119 +++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 files/pt-br/web/html/element/header/index.html (limited to 'files/pt-br/web/html/element/header') diff --git a/files/pt-br/web/html/element/header/index.html b/files/pt-br/web/html/element/header/index.html new file mode 100644 index 0000000000..e7d0801389 --- /dev/null +++ b/files/pt-br/web/html/element/header/index.html @@ -0,0 +1,119 @@ +--- +title: header (cabeçalho) +slug: Web/HTML/Element/header +translation_of: Web/HTML/Element/header +--- +

Sumário

+ +

O elemento HTML <header> representa um grupo de suporte introdutório ou navegacional. Pode conter alguns elementos de cabeçalho mas também outros elementos como um logo, seções de cabeçalho, formulário de pesquisa, e outros.

+ +
+

Notas de utilização:

+ + +
+ + + +

Atributos

+ +

Este elemento não possue outros atributos além dos atributos globais, comuns a todos os elementos.

+ +

Exemplos

+ +
<header>
+  <h1>Título da Página Principal</h1>
+  <img src="mdn-logo-sm.png" alt="MDN logo">
+</header>
+ +

Especificações

+ + + + + + + + + + + + + + + + + + + + + +
EspecificaçãoStatusComentário
{{SpecName('HTML WHATWG', 'sections.html#the-header-element', '<header>')}}{{Spec2('HTML WHATWG')}} 
{{SpecName('HTML5 W3C', 'sections.html#the-header-element', '<header>')}}{{Spec2('HTML5 W3C')}} 
+ +

Compatibilidade de navegadores

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + +
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support5{{CompatGeckoDesktop("2.0")}}9.011.104.1
+
+ +
+ + + + + + + + + + + + + + + + + + + +
CaracterísticaAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support2.2{{CompatGeckoMobile("2.0")}}9.011.05.0 (iOS 4.2)
+
+ +

Veja também

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