Styling with ID
Preview
Code
<style>
#highlight {color:red;font-weight:bold;}
</style>
<p id="highlight">This text is styled using an id.</p>
<style>
#highlight {color:red;font-weight:bold;}
</style>
<p id="highlight">This text is styled using an id.</p>