typst/tests/ref/html/par-semantic-html.html
2025-01-24 12:11:26 +00:00

17 lines
339 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h2>Heading is no paragraph</h2>
<p>I'm a paragraph.</p>
<div>I'm not.</div>
<div>
<p>We are two.</p>
<p>So we are paragraphs.</p>
</div>
</body>
</html>