This is what it could look like: Is English your first language/mother tongue? Please choose No Yes HTML-Source <p>Is English your first language/mother tongue?<br> <select size="1" name="language"> <option value="0"> Please choose</option> <option value="1"> No</option> <option value="2"> Yes</option> </select>
This is what it could look like:
Is English your first language/mother tongue?
Please choose No Yes
HTML-Source <p>Is English your first language/mother tongue?<br> <select size="1" name="language"> <option value="0"> Please choose</option> <option value="1"> No</option> <option value="2"> Yes</option> </select>