有問題嗎?
1.<!DOCTYPE HTML>
2.<html>
3.<head>
4.<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5.<title>提交按鈕</title>
6.</head>
7.<body>
8.<form? method="post" action="save.php">
9.? ? <label for="myName">姓名:</label>
10.? ? <input type="text" value=" " name="myName " />
11.<input type="submit" value="提交" name="submitBtn" />
12.? ?<lable for="password">密碼</lable>
13.? ? <input type="pass" value=" " name="password"/>
14.? ? <ipput type="submit" value="提交" name="submitBtn"/>
15.</form>
16.</body>
17.</html>
系統(tǒng)說我14.15.16.17錯誤?
能否告知哪個位置錯誤了??
2019-07-03
14 行 輸入拼寫錯誤嗎? input? 其他沒看出來