x
 
1
<!DOCTYPE html>
2
<title>Example</title>
3
<style>
4
    blockquote, cite {
5
        color: yellowgreen;
6
    }
7
</style>
8
9
<p>Here's a quote:</p>
10
<blockquote>Price is what you pay. Value is what you get.</blockquote>
11
<cite>Warren Buffett</cite>