HTML: tag <font>
Descrizione
Il tag HTML <font> viene utilizzato per specificare il carattere del testo. È deprecato sia in HTML che in XHTML.
Esempio
<!DOCTYPE html>
<html>
<head>
<title>HTML font Tag</title>
</head>
<body>
<font face = "cursive,serif" color = "#ff9900" size = "4">
The HTML font tag is now deprecated. You should use start using CSS to set
font size and family.
</font>
</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 <font> supporta anche i seguenti attributi aggiuntivi:
Attributo | Valore | Descrizione |
---|---|---|
colore | rgb (x, x, x) #hexcode colorname |
Obsoleto : specifica il colore del testo. |
viso | Elenco dei nomi dei caratteri | Deprecato : specifica le famiglie di caratteri. |
taglia | numero | Deprecato : specifica la dimensione del carattere da 1 a 7. |
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ì |