Horje

How to add HTML <bdo> dir rtl Attribute

rtl Right-to-left text direction
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>
<h1>The bdo rtl attribute</h1>
<p>Hello world. <bdo dir="rtl">Hello world</bdo></p>
</body>
</html>

Output should be:

How to add HTML <bdo> dir rtl Attribute




Type :
html
Category :
Web Tutorial
Sub Category :
HTML Tag
Uploaded by :
Admin