HTML - Tag <head>
Descrizione
Il tag HTML <head> viene utilizzato per indicare la sezione head del documento HTML. I tag inclusi nei tag head non vengono visualizzati nella finestra del browser.
Esempio
<!DOCTYPE html>
<html>
<head>
<title>HTML head Tag</title>
</head>
<body>
actual content goes here
</body>
</html>
Questo produrrà il seguente risultato:
Attributi specifici
Il tag HTML <head> supporta anche i seguenti attributi aggiuntivi:
Attributo | Valore | Descrizione |
---|---|---|
profilo | URL | Specifica l'URI / URL di uno o più profili di metadati. Non è supportato in HTML5 . |
Supporto browser
Cromo | Firefox | IE | musica lirica | Safari | Android |
---|---|---|---|---|---|
sì | sì | sì | sì | sì | sì |