HTTP Request Method - Get & Post| HTML Tutorial

preview_player
Показать описание
In this session we have discussed on below points:

The action attribute of form element defines the process to be performed on form when form is submitted, or it is a URI to process the form information.
The action attribute value defines the web page where information proceed. It can be .php, .jsp, .asp, etc. or any URL where you want to process your form.

HTML method attribute
The method attribute defines the HTTP method which browser used to submit the form. The possible values of method attribute can be:
o post: We can use the post value of method attribute when we want to process the sensitive data as it does not display the submitted data in URL.

o get: The get value of method attribute is default value while submitting the form. But this is not secure as it displays data in URL after submitting the form.

HTML target attribute
The target attribute defines where to open the response after submitting the form. The following are the keywords used with the target attribute.
o _self: If we use _self as an attribute value, then the response will display in current page only.

o _blank: If we use _blank as an attribute it will load the response in a new page.

HTML autocomplete attribute
The HTML autocomplete attribute is a newly added attribute of HTML5 which enables an input field to complete automatically. It can have two values "on" and "off" which enables autocomplete either ON or OFF. The default value of autocomplete attribute is "on".

******
Did you enjoy the video? If so, give it a like above!

Subscribe to our channel for more techie video

Keep Learning!! Keep Growing!!

P.S. Make sure to keep up with us by clicking the bell!
Рекомендации по теме
Комментарии
Автор

Ничего не поняла, не знаю вашего языка.Спасибо за сторание донести до публики.

exzlnjq