<!DOCTYPE html>
<title>Example</title>
<style>
#unique {
font-size: 2em;
color: yellowgreen;
}
</style>
<blockquote>Price is what you pay. <span id="unique">Value</span> is what you get.</blockquote>
<p>Note that an ID can only be applied to one element on the page. To apply styles to more than one element, uses classes.</p>