dir2html.html (540B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset=utf-8> 5 <title>Directionality</title> 6 <script type="application/its+xml"> 7 <its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:h="http://www.w3.org/1999/xhtml" version="2.0"> 8 <its:dirRule selector="//h:*[@class='rtLeft']" dir="rtl" /> 9 </its:rules> 10 </script> 11 </head> 12 <body> 13 <p>In Hebrew, the title <q lang="he" 14 class="rtLeft">פעילות הבינאום, W3C</q> 15 means "Internationalization Activity, W3C".</p> 16 </body> 17 </html>