โ† Ages 12+/JavaScript Meets the Page
๐Ÿ“– Story

JavaScript Meets the Page

HTML and CSS are static. JavaScript makes a page react. Find an element, change its text, and the page updates instantly.

What you'll learn

Select an element and change it with JavaScript.

New command

document.querySelector('#title')
๐Ÿ’ป Code Editorhtml
๐ŸŽฌ

Press Run Code to see your creation!

โฎ Previous lesson