0 votes
in JavaScript by
How are Attributes different from Property?

1 Answer

0 votes
by

Attribute provides more details of an element like type, id, value, etc.

Property is the specific value assigned to the property. For example, value = ‘Name’, type = “text”, etc.

...