[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HTMLSPEC-INPUT
Used to define an input data field entry within an HTML form.
Attributes
Specifies the data entry field property to use as input.
Live Example
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HTMLSPEC-INPUT
Input
UsageUsed to define an input data field entry within an HTML form.
Attributes
type="text | button | checkbox | file | hidden | image | password | radio | reset | submit" (default = text)
Specifies the data entry field property to use as input.
Live Example
<html> <head><title>Form Text Box Document Example</title></head> <body> <form> Example Text Box: <input type="text" size=25 name="examplebox"> </form> </body> </html>
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
