0
what is this?
< method="POST" action="#"> <input type="text" name="name" > < type="submit" name="submit"> </ >
4 Respostas
+ 2
buggy code
0
A MALFORMED html code
0
it is a form. you get an input field where you can write a text, a name. then you can submit the form. you use the post method, but without an action target you can not process the entered data. but you can see the form itself.
0
try it at w3schools.com https://is.gd/5SmwPW