
How to create options in HTML? Please guide me.

Create options in HTML Code
<tr>
<td width="30" valign="middle">Gender:</td>
<td><select name="" onchange="";>
<option selected="selected" value="">---Select---</option>
<option value="AU_61">Male</option>
<option value="AU_61">Female</option>
</select></td>
</tr>
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.