aboutsummaryrefslogtreecommitdiff
path: root/exampleData/sites/headings.html
blob: 86c0588af535be5645baf954b23aae46257d9397 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
  <head></head>
<body>
<h1>this heading is not in sentence case</h1>
<p>
Sample text
</p>
<h2>neither is this heading</h2>
<h1>This heading is in sentence case</h1>
<p>
Here's an empty heading:
</p>
<h1></h1>
<h1>This Heading is in Title Case</h1>
</div>
</body>
</html>