HTML - Balise <nav>
La description
La balise HTML <nav> spécifie une section qui contient uniquement des liens de navigation.
Exemple
<!DOCTYPE html>
<html>
<head>
<title>HTML Nav Tag</title>
</head>
<body>
<p>Database Tutorials:</p>
<nav>
<a href = "dbms/index.htm">DBMS</a> |
<a href = "mongodb/index.htm">MongoDB</a> |
<a href = "mysql/index.htm">MySQL</a> |
<a href = "plsql/index.htm">PL/SQL</a> |
<a href = "sql/index.htm">SQL</a>
</nav>
</body>
</html>
Cela produira le résultat suivant -
Attributs globaux
Cette balise prend en charge tous les attributs globaux décrits dans - Référence des attributs HTML
Attributs d'événement
Cette balise prend en charge tous les attributs d'événement décrits dans HTML Events Reference
Prise en charge du navigateur
Chrome | Firefox | C'EST À DIRE | Opéra | Safari | Android |
---|---|---|---|---|---|
Oui | Oui | Oui | Oui | Oui | Oui |