5 ms·
Why would this be preferred over creating a new HTML element, like <options>?
by largehotcoffee 1y ago
Why would this be preferred over creating a new HTML element, like <options>?
- minitech 1y agoBackwards compatibility. Older browsers will still be able to render the <select> and submit it as part of a form, just with its options unstyled.