CodeLab
Tutorials For Everyone
Run
<!Doctype html> <html> <head> <title>HTML bdo</title> </head> <body> <bdo dir="rtl">The browser will understand this element and writes this text from right to left. </bdo> </body> </html>