1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 04:05:07 +00:00
serenity/Base/res/html/misc/inline-block-link.html

15 lines
290 B
HTML

<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>