Chapter 16. Forms, Get/Post, Action
54 Views Attributes Description accept-charset Determines which character encodings should be used for form submission. action Specifies the URL where the form data should be sent upon submission. autocomplete Controls whether the browser should enable or disable autocomplete for the form fields. enctype Defines how the form data should be encoded before sending it to […]