x
 
1
<!DOCTYPE html>
2
<html>
3
    <head>
4
        <title>Example</title>
5
        <style>
6
            * {
7
                border-style: double;
8
                padding: 5%;
9
            }
10
        </style>
11
    </head>
12
13
    <body>
14
        <blockquote>Price is what you pay. Value is what you get.</blockquote>
15
    </body>
16
</html>