HTML Form Types

Text Types

  • It indicates the type of input element. It’s an empty tag. The default value is text.
  • Text
    – It defines a single-line text field.

    Example:
    <input type=“text”>



Cristle Academy

Compiler