You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
breadability/tests/data/snippets/document_min.html

15 lines
308 B
HTML

<html>
<head>
<title>Min Document Title</title>
</head>
<body>
<h1>Min Document</h1>
<p>Testing content</p>
<br /><br />
<div>More content.</div>
<br><br>
<div>Additional content.</div>
<div>Final content.</div>
</body>
</html>