Multiple choice

Which of the following is a container?

  1. <select>

  2. <value>

  3. <INPUT>

  4. <BODY>

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

The select tag is the container tag, we use <SELECT> ……. </SELECT> tags to create a pull-down menu inside a form. To create a pull-down menu we insert the <SELECT> tags between the <Form> tags. Whereas <Body> tag is used to display the body or matter on the page and <INPUT> and <VALUE> tags are not container tags.