зеркало из https://github.com/mozilla/gecko-dev.git
15 строки
292 B
HTML
15 строки
292 B
HTML
|
<!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>
|