源代码 :
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>开源教程(ossoft.cn)</title> <script> function alignImg(){ document.getElementById("compman").align="right"; } </script> </head> <body> <img id="compman" src="compman.gif" alt="Computerman" width="107" height="98"> <p>一些文本。一些文本。一些文本。一些文本。一些文本。</p> <input type="button" onclick="alignImg()" value="图像对齐"> </body> </html>
运行结果