To set the value of the id to messages, add an = sign, followed by a descriptive string like "messages".

<body>
<h3>Tweeter</h3>
<p id="tweet">
<em>What's up?</em>
</p>
<p id="messages">New Messages</p>
</body>
</html>]]>

Make sure to pick =, followed by "messages".