<!DOCTYPE html> <html> <head> <title>[ #487283 ] >/select< does not terminate >option<</title> </head> <body> <form> <select> <option> first selection </option> <option> next selection </option> <option> last selection </option> </select> </form> <table> <tr> <td>row 1, cell 1</td> <td>row 1, cell 2</td> </tr> <tr> <td>row 2, cell 1</td> <td>row 2, cell 2</td> </tr> </table> </body> </html>