比如
<form>
<input type="text" value="" />
<input type="reset" value="重置按钮" />
</from>
需要准备的材料分别有:电脑、浏览器、html编辑器。
1、首先,打开html编辑器,新建html文件,例如:index.html。
2、在index.html中的<body>标签中,输入html代码:<input type="submit" /><input type="reset" />。
3、浏览器运行index.html页面,此时成功实现了提交按钮和重置按钮。