Search This Blog

HTML Text Direction Tag Example

HTML Text Direction Tag Example :
<!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>

OUTPUT
HTML Text Direction Tag Example

No comments:

Post a Comment