domJavaScriptDomMediumWhat is the difference between an HTML attribute and a DOM property?1Attributes hold the initial HTML value; properties reflect the current state2They are always identical3Properties are in HTML; attributes are in the DOM4Attributes change as the user interacts; properties don'tBack to list