[HTML] [tag] <nav>

<nav> (tag HTML) definisce un insieme piuttosto numeroso di link di navigazione (<a>).

attributi

speciali

Nessuno.

globali
Caricamento…

scheda tecnica

– Contenuto: flusso, sezionamento, visibile
– Tipo: blocco
– Intefraccia DOM: HTMLElement

supporto browser

Sintassi

<nav>
 <a [attributi]></a>
 <a [attributi]></a>
</nav>

Default CSS

nav {
  display: block;
}
</style>

Esempio

<nav>
 <a href="https://code.gestiolex.it/" target="_blank">link</a>
 <a href="https://code.gestiolex.it/" target="_blank">link</a>
</nav>

Contenuti correlati

  • CSS
  • HTML
  • JavaScript
  • jQuery
  • PHP
  • SQL
  • WORDPRESS

Fonti esterne

html, tag html

Related Articles

0 Comment

Rispondi