HTML Formatting text direction with bdo element Code For Website - Learn About Website | DaddyFile
Latest News

0

HTML <bdo> for Bi-Directional Override Explain

The HTML <bdo> element defines bi-directional override.
The <bdo> element is used to override the current text direction.



Html Code:

<!DOCTYPE html>
<html>
<body>

<p>If your browser supports bi-directional override (bdo), the next line will be written from right to left (rtl):</p>

<bdo dir="rtl">This line will be written from right to left</bdo>

</body>
</html>



Html Code Result:

If your browser supports bi-directional override (bdo), the next line will be written from right to left (rtl):
This line will be written from right to left

Post a Comment

Emoticon
:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

 
Top