Stage 4: JavaScript Logic

DOM Manipulation

JavaScript allows you to change the structure and style of your page dynamically.
document.querySelector("h1").innerText = "Hello!";

Practice Task

Use a button click to change the color of the h1.