![]() |
VOOZH | about |
The HTML <input type="hidden"> element is used to store hidden data in a form that is not visible to users. It is commonly used to send additional information during form submission.
Syntax:
<input type="hidden"> Example: Demonstrates the use of HTML <input type="hidden"> element.