x
 
1
<!DOCTYPE html>
2
<title>Example</title>
3
<style>
4
    .different {
5
        font-size: 2em;
6
        color: yellowgreen;
7
    }
8
</style>
9
10
<blockquote>Price is what you pay. <span class="different">Value</span> is what you get.</blockquote>