<FORM action="..." method="post"> <P> <FIELDSET> <LEGEND>Player Information</LEGEND> Last Name: <INPUT name="player_lastname" type="text" tabindex="1"> First Name: <INPUT name="player_firstname" type="text" tabindex="2"> Position: <INPUT name="player_position" type="text" tabindex="3"> </FIELDSET> <FIELDSET> <LEGEND>Player History</LEGEND> <INPUT name="history_infield" type="checkbox" value="Firstbase" tabindex="20"> Firstbase <INPUT name="history_outfield" type="checkbox" value="Leftfield" tabindex="21"> Leftfield <INPUT name="history_catcher" type="checkbox" value="catcher" tabindex="22"> Catcher </FIELDSET> </FORM>