Khan Academy Static

Using_JS_libraries_in_your_webpage

Learn how to include JS libraries on your webpage, so that you can use functionality built by other web developers.

JS_and_the_DOM

Learn how to use JavaScript to control the "DOM" (Document Object Model) of a webpage.

DOM_events

Learn how to use the DOM API from JavaScript to make your webpage react to user events, like clicking, scrolling, and entering fields in forms.

Further_learning

Now that you've learned how to manipulate your webpages with JavaScript, what else could you learn?

DOM_access_methods

Learn how to use the DOM API from JavaScript to access elements in your webpages.

DOM_animation

Learn how to animate parts of your webpage, using three different techniques- window.setInterval, window.requestAnimationFrame, and CSS animations/transitions.

Get_ready_to_make_your_webpages_interactive

Are you ready to learn how to make your webpages interactive with HTML, JavaScript, and the DOM API? You'll find out with our review quizzes in this tutorial. Get pumped!

DOM_modification

Learn how to use the DOM API from JavaScript to modify aspects of your webpage elements like their styles and attributes, plus create new elements from scratch.

All video content by Khan Academy is under their license: CC by NC SA

Website created using Khan Academy Static Downloader