"<form>is used to collect info from the user"Is it like "Cin>>" in C++ where the user types and give the info? | Sololearn: Learn to code for FREE!
+ 2

"<form>is used to collect info from the user"Is it like "Cin>>" in C++ where the user types and give the info?

html

25th Jan 2018, 3:15 PM
Alex
Alex - avatar
2 odpowiedzi
+ 2
Yes it's similar but different. While Cin uses console input, the html <Form> element actually provides a graphical user interface for user inputs. Thus, the handling is completely different.
25th Jan 2018, 3:27 PM
Andreas K
Andreas K - avatar
+ 1
thank you very much for the help.
25th Jan 2018, 3:29 PM
Alex
Alex - avatar