How to create HTML Form - II
In this tutorial, we will learn about How to create HTML Form. So far we have discussed how to create a frame, tables, List, insert Images, Linking in HTML etc. HTML Form is one of the most important part of the websites Every website has Contact forms or feedback forms.. Filling the Digital forms saves time, cost of printing, and paperwork.
Submit button It is used for submitting the form data to the server page.
Example:
How to create form - Submit button
Output is:
|
How to create form- Sumit Button
<Select></Select>
<select></select> It is used to create Popup menu and a List.<option></option> is used to define the option in the drop-down menu or the list.
Attributes of <select></select>
- Name = name - Name of the drop down menu or list
- Size= value - To specify the number of visible values.
- Selected - To define Pre-selected item.
- Multiple - Allows to select more than one item
A. To create drop down list
Example:
How to create form-Popup menu
Output is:
How to create a form - Popup menu |
How to create a form - List
Ouput is:
How to create form - List |
Comments
Post a Comment