Scripts are programs that accompany webpages. They run in web browsers and make web pages more dynamic and powerful.

This time, let's put the script in a webpage and tell the whole world what we're up to.

<html>
<body>

We're in here for JavaScript

</body>
</html>
]]>

Fantastic! Now that we've made our intentions clear, we're ready to dive in.

Psst: if you've mastered the course on HTML, these angle brackets will look very familiar.

Almost! Let's make the sentence visible on the web page, though!