Code the
src
attribute to include
script.js
on the webpage.
<html>
<body>
<h1 id="actor">Saoirse Ronan</h1>
<script src="script.js"></script>
</body>
</html>]]>
Make sure to code
src
.