To update the status when the webpage loads, start with status.innerHTML and a semicolon ;.

<html>
<body>
<img src="https://mimo.app/r/jo.png">
<h3>Joslyn</h3>
<p>
<em id="status">offline</em>
</p>
</body>
</html>]]>

Make sure to type status.innerHTML;.