Il tag HTML <bdo>


Descrizione

Il tag HTML <bdo> viene usato per sovrascrivere la direzione del testo di default.

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>

Produrrà il seguente risultato:

Here's some English embedded in text in another language requiring a right-to-left presentation.

Attributi Globali

Questo tag supporta tutti gli attributi globali descritti in - HTML - Referenze Attributi

Attributi Specifici

Il tag HTML <bdo> supporta anche i seguenti attributi aggiuntivi:

AttributoValoreDescrizione
dirltr|rtlDefinisce la direzione del testo

Attributi Evento

Questo tag supporta tutti gli attributi evento descritti in - HTML - Referenze Eventi

Compatibilità Browser

ChromeFirefoxIEOperaSafariAndroid
SiSiSiSiSiSi
html_tags_reference.htm
Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements