12345678910111213141516171819 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/html4/strict.dtd">
- <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title>RTL test</title>
- <style type="text/css">
- .test { font-size: 150%; }
- table td { border: 1px solid #CCC; }
- img { margin: 10px; }
- </style>
- </head>
- <body>
- <div dir="rtl">
- <div class="test">مفتاح<a href="clicks.html" id="ar_link"> معايير</a> الويب</div>
- <div class="test">פעילות<a id="hb_link" href="clicks.html"> הבינאום </a></div>
- </div>
- </body></html>
|