简单教程
提交运行
代码编辑器:
<!DOCTYPE html> <meta charset="utf-8"> <title>简单教程(twle.cn)</title> <script> function setSpace(){ document.getElementById("compman").hspace="50"; document.getElementById("compman").vspace="50"; } </script> <link href="/static/next/css/tryit.css?v=2017082407" rel="stylesheet"/> <img id="compman" src="/static/i/dom/compman.gif" alt="Computerman" width="107" height="98"> <p>一些文本。一些文本。一些文本。一些文本</p> <input type="button" onclick="setSpace()" value="设置水平和垂直间距"> <footer>简单教程,简单编程<br/>Copyright © 简单教程 www.twle.cn</footer>
运行结果: