Horje

How to add A paragraph with a right-to-left direction - HTML dir Attribute

See Example.
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<p dir="rtl">Write this text right-to-left!</p>

</body>
</html>

Output should be:

How to add A paragraph with a right-to-left direction - HTML dir Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Global Attributes
Uploaded by:
Admin