Pass the WGU Courses and Certificates Web-Development-Applications Questions and answers with CertsForce

Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions
Questions # 11:

Which HTML tag should a developer use to create a drop-down list?

Options:

A.


B.


C.


D.

tag is used in HTML to create a drop-down list. It is used in conjunction with the

    Purpose of <select>: The element encloses the

    Each

Usage Example:

In this example, the element with a label using the

multiple: Allows multiple selections if set.

References:

    MDN Web Docs on