This is a demo of Cecilia Classless, using the default styles.
<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
<h1>...</h1>
<small>
Display paragraph with small text
<p><small>...</small></p>
<mark>
<p>...<mark>...</mark>...</p>
<hr>
<hr>
<ol>
<ul>
<ul>...</ul>
<blockquote>
and <cite>
Those who pass by us, do not go alone, and do not leave us alone; they leave a bit of themselves, and take a little of us. Antoine de Saint-Exupéry
<blockquote>...<cite>...</cite></blockquote>
<code>
For inline code, you can wrap a fragment of computer code in a <code>
tag.
<pre>
and <code>
<code>
tag inside a <pre>
tag:
<p>I'm a sample paragraph...</p>
<p>I'm another sample paragraph...</p>
<p>...<code>...</code>...</p>
<kbd>
<p>...<kbd>...</kbd>...</p>
<samp>
<samp>...</samp>
<table>
# | Quantity | Ingredient |
---|---|---|
1 | 3 | Carrots |
2 | 8 | Strawberries |
3 | 1 | Lime |
<table>...</table>
<input>
and <select>
<input id="..." type="text" placeholder="...">