<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>bdo</title>
</head>
<body>
This is normal text
<br>
<bdo dir="rtl">Right to Left Direction</bdo>
</body>
</html> . Definition:-
Output:-This is normal text
Right to Left Direction
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>bdo</title>
</head>
<body>
This is normal text
<br>
<bdo dir="rtl">Right to Left Direction</bdo>
</body>
</html> . Definition:-
bdo Tag
Uses of <bdo> tag
- bdo stands for Bi-Directional Override.
- This tag is used to override the current text direction.
- ltr: Indicates that the text should go from left-to-right direction.
- rtl: Indicates that the text should go from right-to-left direction.
Right to Left Direction
HTML:-BDO TAG
Reviewed by Network security
on
April 29, 2019
Rating:
No comments: