HTML
HTML 表单和输入
创建按钮 - 本例演示如何创建按钮。你可以对按钮上的文字进行自定义。
源代码:
点击运行 »
<form action=""> <input type="button" value="Hello world!"> </form>
运行结果:
点击运行 »