πŸ“Š HTML
Q. What is the purpose of HTML forms?
  • (A) To display the content of an email.
  • (B) To display animation effect.
  • (C) To collect user input.
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (C) To collect user input.

Explanation: The <form> tag defines a form that is used to collect user input. Example :
<form>
First name:
<input type="text" name="firstname">
Last name:
<input type="text" name="lastname">
</form>

Explanation by: Tanmay
The <form> tag defines a form that is used to collect user input. Example :
<form>
First name:
<input type="text" name="firstname">
Last name:
<input type="text" name="lastname">
</form>

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
174
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Tanmay
Publisher
πŸ“ˆ
84%
Success Rate