How to make a drop down list in HTML?

How to make a drop down list in HTML?

1 Like

<select> tag can be used to make a drop-down list in HTML. Along with the <select> tag, we need to use <option> tag to list the items in the page.