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/nav/index.html | 133 ++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 files/pt-br/web/html/element/nav/index.html (limited to 'files/pt-br/web/html/element/nav') diff --git a/files/pt-br/web/html/element/nav/index.html b/files/pt-br/web/html/element/nav/index.html new file mode 100644 index 0000000000..20a2e4e77c --- /dev/null +++ b/files/pt-br/web/html/element/nav/index.html @@ -0,0 +1,133 @@ +--- +title: nav +slug: Web/HTML/Element/nav +tags: + - Elemento + - HTML + - Internet + - Links + - Navegação + - Rede + - Referencia + - Seções + - Seções HTML + - Web + - nav +translation_of: Web/HTML/Element/nav +--- +

Sumário

+ +

O Elemento HTML de Navegação (<nav>) representa uma seção de uma página que aponta para outras páginas ou para outras áreas da página, ou seja, uma seção com links de navegação.

+ +
+

Notas de utilização:

+ + +
+ +

Contexto de uso

+ + + + + + + + + + + + + + + + + + + + +
Conteúdo permitidoConteúdo de fluxo
Omissão de tagNenhuma, tanto a tag de início quanto a de fim são obrigatórias
Elementos-pai permitidosQuaisquer elementos que permitam conteúdo de fluxo. Note que um elemento <nav> não deve descender de um elemento {{ HTMLElement("address") }}.
Documento normativoHTML5, seção 4.4.3
+ +

Atributos

+ +

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

+ +

Interface DOM

+ +

Este elemento implementa a interface HTMLElement.

+ +

Exemplos

+ +
<nav>
+  <ul>
+    <li><a href="#">Página inicial</a></li>
+    <li><a href="#">Sobre</a></li>
+    <li><a href="#">Contato</a></li>
+  </ul>
+</nav>
+
+ +

Compatibilidade

+ +

{{ CompatibilityTable() }}

+ +
+ + + + + + + + + + + + + + + + + + + +
RecursoChromeFirefox (Gecko)Internet ExplorerOperaSafari
Suporte básico5{{ CompatGeckoDesktop("2.0") }}9.011.104.1
+
+ +
+ + + + + + + + + + + + + + + + + + + +
RecursoAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Suporte básico2.2{{ CompatGeckoMobile("2.0") }}9.011.05.0 (iOS 4.2)
+
+ +

Veja também

+ + + +
{{HTMLRef}}
+ +
{{languages({ "ja": "ja/HTML/Element/nav" })}}
-- cgit v1.2.3-54-g00ecf