<html dir="">

Browser
  • IE
  • Cr
  • Sf
  • Fx
  • O

The dir attribute of the HTML element defines the text direction of a document.


<html dir="ltr"></html>

Attribute Value Explanation
dir=" " ltr form left to right (English, etc ...)
rtl form right to left (Arabia, Hebrew ...)

Example


<html dir="ltr">
<head>
<title>TAG index</title>
</head>
<body>



</body>
</html>