cthulhu/test/html/paragraphs-in-links.html

12 lines
146 B
HTML
Raw Normal View History

<html>
<head></head>
<body>
<p>Hello world</p>
<a href="foo">
<p>Paragraph 1</p>
<p>Paragraph 2</p>
</a>
<p>Goodbye world</p>
</body>
</html>