1<HTML>
2<HEAD>
3<TITLE>[ #487283 ] &gt;/select&lt; does not terminate &gt;option&lt;</TITLE>
4</HEAD>
5<BODY>
6<form>
7<select>
8<option>first selection
9<option>next selection
10<option>last selection
11</select>
12</form>
13<table>
14<tr>
15<td>row 1, cell 1
16<td>row 1, cell 2
17<tr>
18<td>row 2, cell 1
19<td>row 2, cell 2
20</table>
21</BODY>
22</HTML>