blob: ca8e99871494439bf0317b0fb45b07d07307a7db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html>
<head>
</head>
<body onload="document.getElementById('div').style.direction = 'rtl';">
<div id="div">
<pre>
English
</pre>
</div>
</body>
</html>
|