将上述图片用HTML代码表示出来
给每个表单项绑定上form
<form action="demo-form.php" id="usrform"> Name: <input type="text" name="usrname"> <input type="submit"> </form>