Horje

How to add HTML <bdo> dir ltr Attribute

ltr Left-to-right text direction
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>The bdo rtl attribute</h1>

<p>Hello world. <bdo dir="ltr">Hello world</bdo></p>

</body>
</html>

Output should be:

How to add HTML <bdo> dir ltr Attribute




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