cthulhu/test/html/heading-with-child-text.html

10 lines
128 B
HTML
Raw Permalink Normal View History

<html>
<head>
</head>
<body>
<h1>line 1</h1>
<h1><time datetime="2015-05-29">line 2</time></h1>
<h1>line 3</h1>
</body>
</html>