← Back to Tag Glossary

<form>

Forms & Interactive

Forms container to collect user data and send it to a backend handler.

Common Attributes

  • action Configures the element's custom action parameter.
  • method Configures the element's custom method parameter.
  • enctype Configures the element's custom enctype parameter.
  • target Configures the element's custom target parameter.
  • autocomplete Configures the element's custom autocomplete parameter.
interactive-example.html
Live Preview