Video description
Modify the Document Object Model (DOM) with JavaScript to make your web pages come to life!
The DOM is an object-oriented representation of the web page which can be modified with JavaScript to create interactive and dynamic web content.
- Select elements from the page
- Update elements on the page
- Apply styling to the style attribute
- Track user interactions with click events and keyboard events
- Move and manipulate page elements with JavaScript
You might also like
video
JavaScript DOM - Interactive and Dynamic Webpages
The Document Object Model (DOM) is an object that contains a data representation of the page …
book
The Essential Guide to HTML5: Using Games to Learn HTML5 and JavaScript
Gain a deep, practical knowledge of the basic tools used for webpages: hypertext markup language (HTML5), …
video
JavaScript DOM Projects for Interactive Dynamic Webpages
JavaScript can bring your web pages to life. Select page elements, make changes and update them …
video
JavaScript Math Games Project for Learning Code from Scratch
Do you want to use JavaScript to create interactive learning games that can run smoothly in …