Access the content of the paragraph.
<html>
<body>
<h1>Twitter</h1>
<p id="about">
If it's happening anywhere, it's happening on Twitter.
</p>
<script src="script.js"></script>
</body>
</html>]]>Make sure to assemble document.getElementById("about").innerHTML.