1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style> div, pre { text-align: left; } </style> </head> <body> <div style="unicode-bidi: plaintext;"> !hello. <br> !שלום. <br> hello, לוי! <br> שלום, WebKit! </div> <pre dir="auto"> a ( שלום, WebKit! hello, לוי! ) </pre> </body> </html>