0 Members and 1 Guest are viewing this topic.
For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.
<option selected="selected" value="11" >November</option>
<option selected value="11" >November</option>
Actually, the use of Selected in an Option is redundant since the default value is already place in the first position.You can remove the selected part completely.