We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15c08c2 + 8e47435 commit d16ce55Copy full SHA for d16ce55
index.html
@@ -26,7 +26,7 @@
26
27
<header>
28
<h1 class="mega-ns">HTML</h1>
29
- <h2 class="Every html element in one place. Just waiting to be styled.">HTML</h1>
+ <h2 class="Every html element in one place. Just waiting to be styled.">HTML</h2>
30
</header>
31
32
@@ -433,7 +433,9 @@ <h1 class="other-class">Tables</h1>
433
</tr>
434
</thead>
435
<tfoot>
436
- Table footer info
+ <tr>
437
+ <td>Table footer info</td>
438
+ </tr>
439
</tfoot>
440
<tbody>
441
<tr>
0 commit comments