Use the <INPUT> or <SELECT>tag to place a
form element inside a form
Example:
<form>
<input type=checkbox>This is a checkbox
</form>
looks like this:
Notice the ugly color mess-ups (on Unix versions of Netscape; Macs don't
do this). You get around this with tables (even if it's just a table with
one thing in it):