Use the `
Add each option with the `
Set the `value` attribute for each `
Use the `name` attribute on `
Use the `selected` attribute to make a default option
Use the `disabled` attribute to prevent selecting an option
Use the `multiple` attribute if you want to allow multiple selections
Use the `size` attribute to control how many options are visible
Example:
`
``
``
``
``
