1234567891011121314151617 |
- <!DOCTYPE html>
- <!-- Bidi reftest 002: mixed rtl and ltr text -->
- <html>
- <head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
- </head>
- <style type="text/css">
- body {
- font-family: serif;
- font-size: 24px;
- }
- </style>
- <body>
- <p lang="he" style="direction: rtl; text-align: left;">Mozilla Firefox הגירסה העברית v2.0.0.4</p>
- </body>
- </html>
|