summaryrefslogtreecommitdiff
path: root/Base/home/anon/www/inline-block-link.html
blob: c74a691e04113173ab7d047d9d5a961417255d44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
    <head>
        <style>
            p {
                display: inline-block;
            }
        </style>
    </head>
    <body>
        <p>
            Here is some test text.
            Here is a <a href="http://example.com">test link</a>.
        </p>
    </body>
</html>