Form Elements
I have discussed forms but I have not shown one on this website. This is a personal resource page where I can see how some of the elements can be used.
Below is a list of form elements. This page is not actually a Form as it doesn't have a "form handler", this will be the subject of another page.
Form Elements
html input types:
input attributes
These are defined in WHATWG Spec but not very readable.
Radio buttons
Radio buttons are grouped by the "name=" attribute
Polyfill
A polyfill is a piece of code (usually JavaScript on the Web) used to provide modern functionality on older browsers that do not natively support it.