实例 创建按钮

x
 
<html>
<body>
<form>
<input type="button" value="Hello world!">
</form>
</body>
</html>
                    

输出结果