HTML - Tag <title>
Descrizione
Il tag HTML <title> viene utilizzato per indicare il titolo del documento HTML. Il titolo del corpo viene inserito tra i tag <head> e </head>.
Il titolo del documento HTML è visibile tramite la barra del titolo del browser.
Esempio
<!DOCTYPE html>
<html>
<head>
<title>Title comes here</title>
</head>
<body>
<p>title tag is used for indicating the title of the HTML document. HTML document
title is visible via browser’s title bar.</p>
</body>
</html>
Questo produrrà il seguente risultato:
Attributi globali
Questo tag supporta tutti gli attributi globali descritti in - Riferimento agli attributi HTML
Supporto browser
Cromo | Firefox | IE | musica lirica | Safari | Android |
---|---|---|---|---|---|
sì | sì | sì | sì | sì | sì |