To set an ID attribute, start by typing
id
.
<html>
<body>
<h3>Tweeter</h3>
<p id="tweet"><em>What's up?</em></p>
<p id>New Messages</p>
</body>
</html>]]>
Make sure to type
id
.