HTML Form Types

Submit Types

  • Submit
    – A submit button is used to transfer form data to the URL specified in the
    tag.

    Example:
    <input type=“submit”>



Cristle Academy

Compiler