Horizontal Rule
Code Example
<hr /><hr />This is a blockquote
This is a blockquote
This is a blockquote
A cite
<blockquote>
This is a blockquote
</blockquote>
<blockquote>
<p>This is a blockquote</p>
<p>This is a blockquote</p>
<cite>A cite</cite>
</blockquote>| Title | Rating | Released |
|---|---|---|
| Harvey | 4.0 | 1950 |
| The Shining | 4.2 | 1980 |
| Metropolis | 4.1 | 1927 |
<table>
<caption>This is a table caption</caption>
<thead>
<tr>
<th>Title</th>
<th>Rating</th>
<th>Released</th>
</tr>
</thead>
<tbody>
<tr>
<td>Harvey</td>
<td>4.0</td>
<td>1950</td>
</tr>
<tr>
<td>The Shining</td>
<td>4.2</td>
<td>1980</td>
</tr>
<tr>
<td>Metropolis</td>
<td>4.1</td>
<td>1927</td>
</tr>
</tbody>
</table>This is some code
<p><code>This is some code</code></p>A → Ctrl+C
<p><kbd>A</kbd> <kbd>→</kbd> <kbd>Ctrl+C</kbd></p>This is some preformatted text
<pre>This is some preformatted text</pre>This is some content that is hidden by default.
This is some content that is hidden by default.
<details>
<summary>A details title</summary>
<p>This is some content that is hidden by default.</p>
</details>
<details>
<summary>A details title</summary>
<p>This is some content that is hidden by default.</p>
</details>This element is used for Text higlighting
<p>This element is used for <mark>Text higlighting</mark></p>