The fairly new requestSubmit method on the HTML form element allows developers to trigger form validations and submit.
Topic: HTML โ Page 10
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.
Today I learned that the hr element actually has some semantic meaning bound to it.