代码示例:(标识:eg_html_button)
<html>

<body>

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

</body>
</html>
运行结果: