HTML: tag <legenda>
Descrizione
I tag HTML <legend> utilizzati per definire una didascalia per il tag <fieldset>.
Esempio
<!DOCTYPE html>
<html>
<head>
<title>HTML legend Tag</title>
</head>
<body>
<form>
<fieldset>
<legend>Details</legend>
Student Name: <input type = "text"><br />
MCA Subjects:<input type = "text"><br />
Course Link:<input type = "url" name = "websitelink">
</fieldset>
</form>
</body>
</html>
Questo produrrà il seguente risultato:
Attributi globali
Questo tag supporta tutti gli attributi globali descritti in - Riferimento agli attributi HTML
Attributi specifici
Il tag HTML <legend> supporta anche i seguenti attributi aggiuntivi:
Attributo | Valore | Descrizione |
---|---|---|
allineare | in alto in basso a sinistra a destra |
Deprecato : specifica l'allineamento del contenuto. |
Attributi dell'evento
Questo tag supporta tutti gli attributi degli eventi descritti in - Riferimento agli eventi HTML
Supporto browser
Cromo | Firefox | IE | musica lirica | Safari | Android |
---|---|---|---|---|---|
sì | sì | sì | sì | sì | sì |