HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> p{ direction: rtl; unicode-bidi: bidi-override; } </style> </head> <body> <h1>CSS unicode-bidi Property</h1> <p>This is a paragraph with bidi-override.</p> </body> </html>
OUTPUT
×

Save as Private