HTML - Tag da <h1> a <h6>
Descrizione
Il tag HTML da <h1> a <h6> viene utilizzato per definire le intestazioni in un documento HTML. <h1> definisce l'intestazione più grande e <h6> definisce l'intestazione più piccola.
Esempio
<!DOCTYPE html>
<html>
<head>
<title>HTML <h1> to <h6> Tag</title>
</head>
<body>
<h1>Around the World</h1>
<h2>Asian Countries</h2>
<h3>India</h3>
</body>
</html>
Questo produrrà il seguente risultato:
Attributi globali
Questo tag supporta tutti gli attributi globali descritti in HTML Attribute Reference
Attributi specifici
Il tag HTML da <h1> a <h6> supporta anche i seguenti attributi aggiuntivi:
Attributo | Valore | Descrizione |
---|---|---|
allineare | giustificazione centro sinistra destra |
Deprecato : specifica l'allineamento del contenuto racchiuso. |
Attributi dell'evento
Questo tag supporta tutti gli attributi degli eventi descritti in HTML Events Reference
Supporto browser
Cromo | Firefox | IE | musica lirica | Safari | Android |
---|---|---|---|---|---|
sì | sì | sì | sì | sì | sì |