WGU Web Development Applications (KVO1) Web-Development-Applications Question # 11 Topic 2 Discussion

WGU Web Development Applications (KVO1) Web-Development-Applications Question # 11 Topic 2 Discussion

Web-Development-Applications Exam Topic 2 Question 11 Discussion:
Question #: 11
Topic #: 2

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


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
    This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.