HTML Form Types

Hidden Types

  • Hidden
    – A hidden control stores the data that is not visible to the user on a web page. This control is used to submit some information, which can not be edited by user.

    Example:
    <input type=“hidden”>



Cristle Academy

Compiler