<form>
.
</form>
表单标签,里面放具体表单内容,如:
<form> <label>姓名</label><input type="text" /> <label>密码</label><input type="password" /> </form>
表单标签,里面放具体表单内容,如: