W3School TIY Editor
W3School 在线教程
改变方向
暗黑模式
运行代码
<html> <body> <img id="compman" src="/i/eg_compman.gif" alt="Computerman" /> <p>Some text. Some text. Some text. Some text.</p> <script type="text/javascript"> document.getElementById("compman").align="right"; </script> </body> </html>