Skip to content

Commit 385e942

Browse files
author
Daniell Mesquita
committed
Improved example headings
1 parent 7a22a8c commit 385e942

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

elements.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ <h6>Code of popunder (you can add more popunders to container)</h6>
2929
<textarea onclick="this.focus();this.select()" readonly="readonly" style="margin:6px 41px;width: 392px;height: 28px;">&lt;p&gt;Mussum ipsum cacilds plasmis&lt;/p&gt;
3030
&lt;p&gt;Mussum ipsum cacilds plasmis uis frameworquis&lt;/p&gt;</textarea>
3131
<br/><h1>Headings</h1>
32-
<h1>h1</h1>
33-
<h2>h2</h2>
34-
<h3>h3</h3>
35-
<h4>h4</h4>
36-
<h5>h5</h5>
37-
<h6>h6</h6>
32+
<h1>Heading 1</h1>
33+
<h2>Heading 2</h2>
34+
<h3>Heading 3</h3>
35+
<h4>Heading 4</h4>
36+
<h5>Heading 5</h5>
37+
<h6>Heading 6</h6>
3838
<br/>
3939
<textarea onclick="this.focus();this.select()" readonly="readonly" style="margin:6px 41px;width: 392px;height: 44px;">&lt;h1&gt;Heading 1&lt;/h1&gt;
4040
&lt;h2&gt;Heading 2&lt;/h2&gt;

0 commit comments

Comments
 (0)