
Contents |
A sample form (web) in HTML and generated with Mozilla Firefox.
This form shows a combined sample of (in order from top to bottom):
The following is the HTML used to create this form:
<FORM method="post" action="bar.php"> <TABLE border="1"> <TR bgcolor="#CCCCFF"> <TH>Name</TH> <TH>Value</TH> </TR> <TR> <TD>Name</TD> <TD> <input type="text" size="25"> </TD> </TR> <TR> <TD>Sex</TD> <TD> <input type="radio" name="sex" value="male"> Male <BR> <input type="radio" name="sex" value="female" checked> Female </TD> </TR> <TR> <TD>Eye color</TD> <TD> <select name="eye color"> <option>blue</option> <option>brown</option> <option selected>green</option> <option>other</option> </select> </TD> </TR> <TR> <TD>Check all that apply</TD> <TD> <input type="checkbox" name="height" value="1"> Over 6 feet tall</input> <BR> <input type="checkbox" name="weight" value="1"> Over 200 pounds</input> </TD> </TR> <TR> <TD colspan="2">Describe your athletic ability:<BR> <textarea name="athletic" cols="50" rows="4"></textarea> </TD> </TR> <TR> <TD colspan="2" align="center"> <input type="submit" value="Enter my information"> </TD> </TR> </TABLE> </FORM>
| I, the creator of this work, hereby grant the permission to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. Subject to disclaimers. |
This picture/image was taken/created by me. See my User:Cburnett page for attribution or for other licenses.
| This work is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This work is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See version 2 and version 3 of the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Dimensions | User | Comment | |
|---|---|---|---|---|
| current | 00:31, 17 December 2005 | 393×320 (18 KB) | Cburnett (Talk | contribs) | (A sample form (web) in HTML and generated with Mozilla Firefox.) |
See the setup instructions for more information.
No comments have been added.