Which is it, an Attribute or a Property?
1 min read
From Jake Archibald: HTML attributes vs DOM properties.
input has value property and a value attribute but the property does not reflect the attribute, but there’s also a defaultValue … read more.