Select, Textarea & Datalist
<select> — Dropdown Menu
Creates a dropdown where users choose one (or multiple) options. Each option goes in an <option> tag.
<textarea> — Multi-line Text
For longer text input like comments or messages. Use rows and cols to set the initial size.
<datalist> — Autocomplete Suggestions
Pairs with a text input to offer suggestions while still allowing free text entry.