Fill in the blanks to create a form sending data to "index.html". | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

Fill in the blanks to create a form sending data to "index.html".

<form_____="index.html" _____="post"> <input type ="text"> <input type ="submit"> </form>

13th Jun 2018, 10:05 AM
Shubham Patrick
Shubham Patrick - avatar
4 Answers
+ 9
<form action="index.html" method="post"> <input type ="text"> <input type ="submit"> </form>
13th Jun 2018, 10:15 AM
Sudarshan Rai
Sudarshan Rai - avatar
+ 10
thanks Art.R.M.Y
13th Jun 2018, 10:16 AM
Shubham Patrick
Shubham Patrick - avatar
+ 2
<form action="index.html" method="post"> <input type ="text"> <input type ="submit"> </form>
5th Aug 2018, 8:22 PM
Omidokun Emmanuel Adeboye
Omidokun Emmanuel Adeboye - avatar
0
<form action="index.html" method="post"> <input type ="text"> <input type ="submit"> </form>
2nd Aug 2021, 4:12 AM
Rama Wijaya