<title>My Example</title>
text-decoration: overline;
text-decoration: underline;
text-decoration: line-through;
<p class="over">Some random text to demonstrate the effect.</p>
<p class="under">Some random text to demonstrate the effect.</p>
<p class="through">Some random text to demonstrate the effect.</p>