I have a select (usually called a combobox) and I wanted there to be no text when I run the site
<select>
<option value="Roupa Desportiva">Roupa Desportiva</option>
<option value="Futebol">Futebol</option>
<option value="Basquetebol">Basquetebol</option>
<option value="Andebol">Andebol</option>
<option value="Tenis">Tenis</option>
</select>
This is the code I'm using