Use formaction, formenctype, formmethod and formnovalidate to change form configuration with button attributes
Topic: HTML โ Page 10
The fairly new requestSubmit method on the HTML form element allows developers to trigger form validations and submit.
HTML input elements hold references to their labels if there are any
You can define datalist elements to enable auto-completion for input fields
Today I learned that it is valid to use divs inside of description lists. This can become very handy for styling purposes.