'selected' sets the chosen option in a drop-down or select list : selected : Form Attributes HTML CSS TUTORIALS


HTML CSS TUTORIALS » Form Attributes » selected »

 

'selected' sets the chosen option in a drop-down or select list



    
<HTML>
<BODY>
<select>
   <option>First Option</option>
   <option>Second Option</option>
   <option selected>Third Option</option>
</select>
</BODY>
</HTML>  
    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Form Attributes
» selected