HTML: tag <bdo>
Descrizione
Il tag HTML <bdo> viene utilizzato per sostituire la direzione del testo predefinita.
Esempio
<!DOCTYPE html>
<html>
<head>
<title>HTML bdo Tag</title>
</head>
<body>
<bdo dir = "rtl">Here's some English embedded in text in another language
requiring a right-to-left presentation.</bdo>
</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 <bdo> supporta anche i seguenti attributi aggiuntivi:
Attributo | Valore | Descrizione |
---|---|---|
dir | ltr | rtl | Definisce la direzione del testo. |
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ì |