Multiple choice general knowledge science & technology

By default the input type is ___________ in form

  1. link

  2. theory

  3. submit

  4. text

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

By default, HTML input elements have type='text' if no type attribute is specified. Other common types include 'password', 'email', 'number', 'checkbox', 'radio', and 'submit' - but 'text' is the default.