blob: d748600644ed345e1bd2bc06a197b524bd666f98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html>
<style>
textarea {
width: 100px;
height: 150px;
margin: 10px;
padding: 0;
}
</style>
<textarea style="direction:ltr"></textarea>
<textarea style="direction:rtl"></textarea>
<textarea style="direction:ltr"></textarea>
<textarea style="direction:rtl"></textarea>
|