blob: 4f6a43c1a494069d2c9b2af4cba0c78eb06928b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!DOCTYPE html>
<html dir="rtl">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Test Page</title>
<style type="text/css">
span {
margin: 1em;
}
</style>
</head>
<body>
<p>
<span dir="rtl">אתר התוספות של Mozilla</span>
<span dir="rtl">one</span>
<span dir="rtl">two</span>
<span dir="rtl">three</span>
</p>
</body>
</html>
|