The HTML DOM
is a standard for how to get, change, add, or delete HTML elements.
A property
is a value that you can get or set (like changing the content of an HTML element).
A method
is an action you can do (like add or deleting an HTML element).
The programming interface
is the properties and methods of each object.
JavaScript can change all the __________________ in the page
HTML attributes & CSS Styles
JavaScript can remove
existing HTML elements and attributes
JavaScript can add
new HTML elements and attributes
JavaScript can react
to all existing HTML events in the page
can create new HTML events in the page
JavaScript