Knowledge Walls
Venkatesan
Hyderabad, Andhra Pradesh, India
Passcode:
HEADER [cont'd]
MOUSE EVENTS [cont'd]
FORM in FORM ELEMENTS of HTML 4
2105 Views
Usage 
The FORM tag is used to create html form for user input.
The accept is used to define file type can be used in program.
THe method attribute is used to specify how to send from data.
The name attribute is used to specify name of the form.
The target attribute is used to specify the response where to be displayed after submitting form data.
Example
<html>
<body>
<form action="demo_form.asp">
First name: <input type="text" name="FirstName" value="First name"><br>
Last name: <input type="text" name="LastName" value="Last name"><br>
<input type="submit" value="Submit">
</form>
</body>
</html>
Example 
First name:
Last name:
Next Topics
Next lessons of current book.
FORM ELEMENTS of HTML 4
FORM ELEMENTS of HTML 4
FORM ELEMENTS of HTML 4
FORM ELEMENTS of HTML 4
FORM ELEMENTS of HTML 4
Previous Topics
Previous lessons of current book.
TABLE of HTML 4
TABLE of HTML 4
TABLE of HTML 4
TABLE of HTML 4
TABLE of HTML 4
Best Lessons of "HTML 4"
Top lessons which are viewed more times.
TEXT FONT STYLE of HTML 4
FORM EVENTS of HTML 4
KEYBOARD EVENTS of HTML 4
COMPONENTS of HTML 4
COMPONENTS of HTML 4
COMPONENTS of HTML 4
FORM EVENTS of HTML 4
KEYBOARD EVENTS of HTML 4
COMPONENTS of HTML 4
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details