Computer Applications

Which tag is used to define a selection list in a form?

  1. <OPTION>
  2. <SELECT>
  3. <NAME>
  4. <SELECTION>

HTML Advanced Features

3 Likes

Answer

<SELECT>

Reason — <SELECT> tag is used to define a selection list in a form.

Answered By

1 Like


Related Questions