blob: 09c7d2fd0e923912cd9d3846f6e642efe4e3352b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!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>
|