'selected' Example : selected « HTML Attributes Reference « HTML CSS Reference






'selected' Example

    
<HTML>
<head><Title>Example For</Title></head>
<BODY>
<select>
   <option>First Option</option>
   <option>Second Option</option>
   <option selected>Third Option</option>
</select>
</BODY>
</HTML>  
    
      
      








Related examples in the same category

1.'selected' Syntax and Note
2.selected is applied to