bidi-001.html (359B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title>directional type</title> 6 <meta content="W3C" name="author"> 7 <link rel="match" href="bidi-001-ref.html"> 8 <meta name="assert" content="Test text bidirectionality using the bdo element"> 9 </head> 10 <body dir='ltr'> 11 <p>Test passes if there is text 'WERBEH'.</p> 12 <bdo dir="rtl">HEBREW</bdo> 13 </body> 14 </html>