381279-1-ref.html 303 B

123456789101112131415161718192021222324
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. div {
  6. border: 1px solid black;
  7. font-family: monospace;
  8. width: 10ch;
  9. }
  10. </style>
  11. </head>
  12. <body>
  13. <div>
  14. <span style="direction: rtl;">
  15. <span style="unicode-bidi: bidi-override; color: blue;">abcd abcd abcd</span>
  16. foo
  17. </span>
  18. </div>
  19. </body>
  20. </html>