编辑下面的代码:【加编码】
<html> <head> <style> div.ex1 {direction:rtl;} </style> </head> <body> <div>Some text. Default writing direction.</div> <div class="ex1">Some text. Right-to-left direction.</div> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂