+ 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
2 Antworten
+ 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.
+ 1
thank you very much for the help.