🔥 Forms and inputs are available via properies on document.forms. You might not need a selector 😃

← Prev

🔥 You can disable an entire form or groups of inputs by wrapping in a <fieldset> and applying the disabled attr

Next →

🔥 :nth-last-child() will give you nth-child but start counting from the end.