Alignment
Basics
Character Codes
Colors
CSS
DIVS
Forms
Frames
Links
Lists and Bullets
Meta Tags
Multimedia
Pictures
Spacing
Tables
Text
Checkbox
Disable a Field
Field Length
Field Size
Hidden Field
Image Button
Initial Value
Password Field
Radio Button
Reset Button
Selection List
Submit Button
Text Field
Textarea
Text Field
[notify admin to delete page]
288
Text Field
Delete Section
Description
The tag to put a text field on your web site is <INPUT TYPE="TEXT" NAME="XXXX">. XXXX is replaced with the name of the field. This line goes within the starting and closing mandatory form tags.
The tag to put a text field on your web site is <INPUT TYPE="TEXT" NAME="XXXX">. XXXX is replaced with the name of the field. This line goes within the starting and closing mandatory form tags.
Code
<FORM METHOD="POST" ACTION="script.pl"> <INPUT TYPE="TEXT" NAME="box1"> </FORM>
<FORM METHOD="POST" ACTION="script.pl"> <INPUT TYPE="TEXT" NAME="box1"> </FORM>
Output
<INPUT TYPE="TEXT" NAME="box1">
Practice
Cannot Edit - Code section automatically placed here.
Click to add Section
Advertisements