HTML Form Attributes

All HTML topics
∙ Chapter 66

HTML Form Attributes

Form attributes control where data goes and how it's sent. They live on the <form> tag.

AttributeMeaningExample
actionURL that receives dataaction="/signup"
methodHTTP methodmethod="post"
enctypeEncoding (uploads)multipart/form-data
autocompleteBrowser autofillautocomplete="on"