Menu
×
×
正确
<form action="/action_page.php" @(13)>
Name: <input type="text" name="name"> <input type="submit"> </form>
<form action="/action_page.php" method="post">
Name: <input type="text" name="name"> <input type="submit"> </form>
<form action="/action_page.php" method='post'>
Name: <input type="text" name="name"> <input type="submit"> </form> 不正确
点击 此处 重试 正确
下一题 ❯w3exercise_input_no_0 |