HTML Text Direction Tag Example :
OUTPUT
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h1> Text Direction Tag Example </h1>
<p> < bdo > tag used to when you want to change text direction in your webpage.</p>
<bdo dir="rtl">This text will go right to left.</bdo>
</center>
</body>
</html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h1> Text Direction Tag Example </h1>
<p> < bdo > tag used to when you want to change text direction in your webpage.</p>
<bdo dir="rtl">This text will go right to left.</bdo>
</center>
</body>
</html>
OUTPUT
No comments:
Post a Comment