The `index.html` lines 275 through 324 contain a section with `<select>` elements/tags. They don't have an accessible name, so need a `<label>` tag above the `<select` elements/tags.
The
index.htmllines 275 through 324 contain a section with<select>elements/tags.They don't have an accessible name, so need a
<label>tag above the<selectelements/tags.