EDU Site

Style Sheet (CSS) Sampler

CSS Test Screen

<H1> This is H1 </H1>


<H2> This is H2 </H2>


<H3> This is H3 </H3>


<H4> This is H4 </H4>


<H5> This is H5 </H5>

<strong> This is in Strong </strong>
<I> This is in Italics </I>
<em> This is emphasized </em>
<hr>Horizontal Rule
One Two Three

<p>One</p>

<p>Two</p>

<p>Three</p>


Unordered List <ul>
  • <li>Coffee</li>
  • <li>Tea</li>
</ul>
Ordered list: <ol>
  1. <li>Coffee</li>
  2. <li>Tea</li>
  3. <li>Milk</li>
</ol>
Definition List<dl>
<dt>Coffee</dt>
<dd>Black hot drink</dd>
<dt>Milk</dt>
<dd>White cold drink</dd>
</dl>
row 1, cell 1 row 1, cell 2
row 2, cell 1 row 2, cell 2
<BLOCKQUOTE>
Four score and 7 years ago.
My Uncle bought a Ford Taurus.
Poor, poor man.
</BLOCKQUOTE>

CSS Test Screen

<H1> This is H1 </H1>


<H2> This is H2 </H2>


<H3> This is H3 </H3>


<H4> This is H4 </H4>


<H5> This is H5 </H5>

<strong> This is in Strong </strong>
<I> This is in Italics </I>
<em> This is emphasized </em>
<hr>Horizontal Rule
One Two Three

<p>One</p>

<p>Two</p>

<p>Three</p>


Unordered List <ul>
  • <li>Coffee</li>
  • <li>Tea</li>
</ul>
Ordered list: <ol>
  1. <li>Coffee</li>
  2. <li>Tea</li>
  3. <li>Milk</li>
</ol>
Definition List<dl>
<dt>Coffee</dt>
<dd>Black hot drink</dd>
<dt>Milk</dt>
<dd>White cold drink</dd>
</dl>
row 1, cell 1 row 1, cell 2
row 2, cell 1 row 2, cell 2
<BLOCKQUOTE>
Four score and 7 years ago.
My Uncle bought a Ford Taurus.
Poor, poor man.
</BLOCKQUOTE>