JavaScript Tutorial – Attribute vs Property




Every HTML element in the HTML markup is represented by JavaScript DOM object.
After HTML parsing each element object is converted to DOM object.
Every DOM object is a collection of properties and some properties are directly related to the HTML attribute name-value pair.

https://github.com/webtunings
https://www.facebook.com/pages/WebTunings/339234242822202
I highly recommend this book for beginners as well as advanced programmers:


Original source


6 responses to “JavaScript Tutorial – Attribute vs Property”

Leave a Reply