Examples of HTML Text Fields | |
Examples of HTML Password Field | |
Note: The characters in a password field are masked. |
|
Examples of HTML Checkboxes | |
Examples of HTML Radio Buttons | |
Examples of HTML Simple Drop Down List | |
HTML Drop-Down List with a Preselected Value | |
Examples of HTML Textarea | |
Examples of HTML Button | |
Examples of HTML Form Border | |
Examples of HTML Form with Text Fields and a Submit Button | |
If you click the "Submit" button, the data of the form will be sent to a page called "html_form_action.asp". |
|
Examples of HTML Form with Checkboxes and a Submit Button | |
If you click the "Submit" button, the data of the form will be sent to a page called "html_form_action.asp". |
|
Examples of HTML Form with Radiobuttons and a Submit Button | |
If you click the "Submit" button, the data of the form will be sent to a page called "html_form_action.asp". |
|
Examples of HTML Sending Email From a Form | |
Send e-mail to contact@examplesof.com: |
|