HTML Form Types

Password Types

  • Password
    – A password field is like text field, the difference being that this control hides each typed character by displaying an asterisk(*) or bullets(●) instead of the character itself.

    Example:
    <input type=“password”>



Cristle Academy

Compiler