DOM Notes

Some quick reference notes on Document Object Model

 

Other DOM objects available for interface:

  • attribute
  • console
  • document
  • element
  • events
  • event objects
  • history
  • HTMLCollection
  • location
  • navigrator
  • screen
  • style
  • window

 

References

https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model/Introduction

https://www.w3schools.com/Jsref/dom_obj_all.asp

https://www.w3schools.com/js/js_htmldom.asp