HTML- Input Types
<body>
<div class="main">
<input type="hidden">
</div>
</body>
The <input type="hidden"> defines a hidden input field (not visible to a user).
A hidden field lets web developers include data that cannot be seen or modified by users when a fo...
vaithegiv.hashnode.dev1 min read