'label' Example : label option « HTML Attributes Reference « HTML CSS Reference






'label' Example

    
<HTML>
<head><Title>Example For label</Title></head>
<BODY>
<form name="form1" method="post" action="">
   <select name="select">
      <option label="testing1">first item</option>
      <option label="testing2">second item</option>
      <option label="testing3">third item</option>
   </select>
</form>
</BODY>
</HTML>  
    
      
      








Related examples in the same category

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