Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> div:dir(ltr) { background-color: #1c87c9; } div:dir(rtl) { background-color: #8ebf42; } </style> </head> <body> <h2>:dir() selector example</h2> <div dir="rtl"> <span>example1</span> <div dir="ltr"> example2 <div dir="auto"> ففي </div> </div> </div> </body> </html>