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/h1_and_2_paragraphs.html

19 lines
400 B
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Paragraphs</title>
</head>
<body>
<div>
<h1>Nadpis H1, ktorý chce byť prvý s textom ale predbehol ho "title"</h1>
<p>
Toto je prvý odstavec a to je fajn.
</p>
<p>
Tento text je tu aby vyplnil prázdne miesto v srdci súboru.
Aj súbory majú predsa city.
</p>
</div>
</body>
</html>