- 1
Please can anyone help me solve this challenge
Forms Form Elements Fill in the blanks: < method="POST" action="#"> <input type="text" name="name" > < type="submit" name="submit"> </ > Check Back
1 Answer
+ 3
<form method="POST" action="#">
<input type="text" name="name">
<input type="submit" name="submit">
</form>