HTML Form
HTML Form
<!DOCTYPE html>
<html>
<head><title>Form elements</title>
<body>
<fieldset>
<br>
<option>one</option>
<option selected="selected">two</option>
<option>three</option>
</optgroup>
<option>ten</option>
<option>eleven</option>
<option>twelve</option>
</optgroup>
</select>
</br>
Choose One:</br>
</textarea></br>
</fieldset>
</form>
</body>
</html>