Horje

Full Example of HTML <bdo> for Bi-Directional Override

index.html
Example: HTML
<!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>

Output should be:

Full Example of HTML <bdo> for Bi-Directional Override




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