T

Tanmay • 2.43K Points
Master

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
  • Correct Answer - Option(C)
  • Views: 111
  • Filed under category HTML

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>

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.


Question analytics