hidden element

The hidden element is a special form element. It is special because it exists in the code of the page but it not rendered by the browser. It is used in the following way.

- To pass information between web application pages.
- To add an identifier to the form the element belongs to .

To insert a hidden element into a form, use the element with the type attribute set to a "hidden". Two other attributes are required name and value.
Related Tutorial
Follow Us
https://www.facebook.com/Rookie-Nerd-638990322793530 https://twitter.com/RookieNerdTutor https://plus.google.com/b/117136517396468545840 #
Contents +