click_rtl.html 583 B

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