[HTML] [attributo] selected

selected (attributo base HTML) stabilisce l’opzione preselezionata del tag HTML <option>.

tag

valore

<option>

selected (solo nome attributo HTML).

Esempio

<select>
    <option>voce 1</option>
    <option selected>voce 2</option>
    <option>voce 3</option>
</select>

attributi base html, html

Related Articles

0 Comment

Rispondi