Esempio
Utilizzare il scheme attributi per definire i formati per il content attributi:
<head>
<meta name="date" content="2009-01-02" scheme="YYYY-MM-DD">
<meta name="identifier" content="0-2345-6634-6" scheme="ISBN">
</head>
Prova tu stesso " Definizione e utilizzo
Il <meta> attributo schema non è supportato in HTML5.
Il scheme attributo specifica un regime (formato o URI) da utilizzare per interpretare il valore del content attributo.
Supporto per il browser
Attributo | |||||
---|---|---|---|---|---|
scheme | sì | sì | sì | sì | sì |
Sintassi
<meta scheme="format|URI">
I valori degli attributi
Valore | Descrizione |
---|---|
format/URI | Definisce il formato (o punti per un URI che contiene le informazioni) del valore all'interno del content attributo |