+ 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>
4 odpowiedzi
+ 9
<form action="index.html"
method="post">
<input type ="text">
<input type ="submit">
</form>
+ 10
thanks Art.R.M.Y
+ 2
<form action="index.html"
method="post">
<input type ="text">
<input type ="submit">
</form>
0
<form action="index.html"
method="post">
<input type ="text">
<input type ="submit">
</form>