<p>All HTML headings, <code><h1></code> through <code><h6></code> are available.</p>
<p>All HTML headings, <code><h1></code> through <code><h6></code> are available.</p>
<divclass="bs-docs-example">
<divclass="bs-docs-example bs-docs-example-type">
<tableclass="table">
<tbody>
<tr>
<th><h1>Bootstrap heading</h1></th>
<td>Semibold 38px</td>
</tr>
<tr>
<th><h2>Bootstrap heading</h2></th>
<td>Semibold 32px</td>
</tr>
<tr>
<th><h3>Bootstrap heading</h3></th>
<td>Semibold 24px</td>
</tr>
<tr>
<th><h4>Bootstrap heading</h4></th>
<td>Semibold 18px</td>
</tr>
<tr>
<th><h5>Bootstrap heading</h5></th>
<td>Semibold 16px</td>
</tr>
<tr>
<th><h6>Bootstrap heading</h6></th>
<td>Semibold 12px</td>
</tr>
</tbody>
</table>
</div>
<!-- <div class="bs-docs-example">
<h1>h1. Heading 1</h1>
<h1>h1. Heading 1</h1>
<h2>h2. Heading 2</h2>
<h2>h2. Heading 2</h2>
<h3>h3. Heading 3</h3>
<h3>h3. Heading 3</h3>
...
@@ -98,7 +130,7 @@ title: CSS
...
@@ -98,7 +130,7 @@ title: CSS
<h5>h5. Heading 5</h5>
<h5>h5. Heading 5</h5>
<h6>h6. Heading 6</h6>
<h6>h6. Heading 6</h6>
</div>
</div>
-->
<!-- Body copy -->
<!-- Body copy -->
<h2id="body-copy">Body copy</h2>
<h2id="body-copy">Body copy</h2>
<p>Bootstrap's global default <code>font-size</code> is <strong>14px</strong>, with a <code>line-height</code> of <strong>20px</strong>. This is applied to the <code><body></code> and all paragraphs. In addition, <code><p></code> (paragraphs) receive a bottom margin of half their line-height (10px by default).</p>
<p>Bootstrap's global default <code>font-size</code> is <strong>14px</strong>, with a <code>line-height</code> of <strong>20px</strong>. This is applied to the <code><body></code> and all paragraphs. In addition, <code><p></code> (paragraphs) receive a bottom margin of half their line-height (10px by default).</p>