DOM Introduction

format_list_numberedLesson 4 of 4schedule1 min readview_agenda1 sectionauto_awesomeAI tutor ready
01

The HTML DOM

With the HTML DOM, JavaScript can access and change all the elements of an HTML document.

Example

document.getElementById("demo").innerHTML = "Hello JavaScript!";