参考手册
参考手册
实例 创建按钮
源代码
运行代码
<html> <body> <form> <input type="button" value="Hello world!"> </form> </body> </html>
x
<
html
>
<
body
>
<
form
>
<
input
type
=
"button"
value
=
"Hello world!"
>
</
form
>
</
body
>
</
html
>
输出结果