<form> . . . </form>
这个from是什么意思?
表单标签,里面放具体表单内容,如:
<form> <label>姓名</label><input type="text" /> <label>密码</label><input type="password" /> </form>