TablesThis is a Table | Tables begin with TABLE and the column specifications | You can specify the height and width of the columns using the HEIGHT=## and WIDTH=## commands. | You can also specify the width of the border with the BORDER=## command. |
If you want a caption, use the caption command. | You may specify its location with the ALIGN= command. | Blank rows and columns appear as heavier borders (see below). | So, you can use empty rows and columns to get the effect you want. |
Each row of the table contents begin with the command TR. | Each entry in the table begins with TD. | Remember always put commands in brackets. | |
You may use different styles in different cells. | Like this. | Or link to documents or incorporate graphics. | ![]() |
Forms
FORM METHOD="POST" ACTION="http://www.umsl.edu:81/url-cgi/formserver"
INPUT NAME="email" TYPE="hidden" VALUE="sxxxxxx@umslvma.umsl.edu"
INPUT NAME="URLreturn" TYPE="hidden" value="http://www.umsl.edu/~sxxxxxx/response.html"
INPUT NAME="Return_type" TYPE="hidden" VALUE="lines"
INPUT NAME="name" TYPE="TEXT" ROWS=1 COLS=70 SIZE="60"
To create the "submit" button and "clear" button, use the commands:
INPUT NAME="submit" TYPE="SUBMIT" COLS=70
INPUT NAME="reset" TYPE="RESET" COLS=60If you look at the source code, you will find a simple form below.
Go to UM-St. Louis School of Business Page