aboutsummaryrefslogtreecommitdiff
path: root/exampleData/sites/headingscss.html
blob: 005e908092f5838a1546d7eaa75d0447fd54ce9d (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 class="foo">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>