In this part 5 I will explain more about forms and its some validations and get and post method of form.
Form Element Attributes: HTML tag can have one or more attributes. Attributes provides more information about that tag. HTML forms have following attributes:
accept-charset : Specifies the charset encoding which will be accepted by the server. The default value of this will be the page charset or “UNKNOWN”.
Example:
- <form action="example.php" accept-charset="UTF-8">
- Email: <input type="email" name="_email"><br>
- <input type="submit" value="Submit">
- </form>
action: Specifies what script the form data should be sent to for processing. Specifies the URL or URI of that page where the data will be process or submit.
Example:
- <form action="example.php">
- Email: <input type="email" name="_email"><br>
- <input type="submit" value="Submit">
- </form>
autocomplete: This attribute specifies whether the form fields should be automatically completed based on user's history or not. If it is autocomplete then users information can be fill from history. The autocomplete attribute is enumerated, which has two states; "on" and "off". The default value is "on".
Example 1: When autocomplete is "ON"
- <form autocomplete="on">
- First name:<input type="text" name="FirstName"><br><br>
- Last name:<input type="text" name="LastName"><br><br>
- E-mail: <input type="email" name="email"><br><br>
- <input type="submit">
- </form>
Output:
Shresthi JaiswalPosted Sep 23, 2016, 3:00 AM
Thanks Sir :)
SubashPosted Sep 23, 2016, 12:38 AM
Good
Shresthi JaiswalPosted Sep 19, 2016, 10:42 PM
Thanks Sir :)
SubashPosted Jul 3, 2016, 12:40 AM
Great work if u give the screenshot of the output like part1 it is helpful to juniors
Prashanth Kumar ThadakaPosted Jul 6, 2015, 6:47 AM
Good
Shresthi JaiswalPosted Jun 5, 2015, 4:42 AM
yeah !! :D
Narendran NPosted May 21, 2015, 7:20 AM
Denoting the Elements at the last helps a lot to keep Note
Shresthi JaiswalPosted Apr 16, 2015, 4:27 AM
THANKS :)
NitinPosted Apr 16, 2015, 4:04 AM
nice
Shresthi JaiswalPosted Apr 16, 2015, 2:57 AM
thanks :D
Sanjay SinghPosted Apr 16, 2015, 2:56 AM
good going.. keep it up :)
Shresthi JaiswalPosted Apr 16, 2015, 2:54 AM
Thankyou everyone !! :) :D
Sibeesh VenuPosted Apr 16, 2015, 1:30 AM
Good
Santhakumar MunuswamyPosted Apr 15, 2015, 11:24 PM
it is an always unique in your articles. Thanks
Santhakumar MunuswamyPosted Apr 15, 2015, 11:24 PM
Good work.
Rahul Kumar SaxenaPosted Apr 15, 2015, 10:50 PM
Good series going On...