### 可以提交(发送http请求): ```html <input type="submit" value="提交"> ``` ```html <button>提交</button> ``` ### 不进行提交(不发送http请求) ```html <input type="button" value="提交"> ```