What is the difference between attribute and property? [closed]
In general terms (and in normal English usage) the terms mean the same thing. In the specific context of HTML / Javascript the terms get confused because the HTML representation of a DOM element has attributes (that being the term used in XML for the key/value pairs contained within a tag) but when represented as … Read more