DOM (Document Object Model)
DOCUMENT OBJECT MODEL: Structured representation of HTML documents. Allows javascript to access HTML elements and Styles TO MANIPULATE them. What does the word MANIPULATE mean? Change text, HTML attributes, and even CSS styles Here's the code for u...
Nov 28, 20222 min read29

