Is the next code valid? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Is the next code valid?

<form action="/action_page.php" method="get"> First name: <input type="text" name="fname"><br> Last name: <input type="text" name="lname"><br> <input type="submit" value="Submit"> </form>

31st Mar 2017, 6:55 PM
Daniel Mauricio Chaves
Daniel Mauricio Chaves - avatar
1 Answer
+ 8
Yeah, it's right.
31st Mar 2017, 7:10 PM
Maz
Maz - avatar