Text Decoration

Continuous Scrolling Marquee Code


Example Code


<!-- Codes by HTMLmagics -->
<p><a style="text-decoration:none;" href="http://www.htmlcodes.me">Where's my underline gone?</a></p>
<p style="text-decoration:underline;">Sorry, I borrowed your underline.</p>
<p style="text-decoration:line-through;">I'll see if I can lift it above my head...</p>
<p style="text-decoration:overline;">I did it!</p>
<p style="text-decoration:blink;">Yay!!!</p>
<p><a  style="font-size:11px;color:#999;" href="http://htmlmagics.blogspot.com/text/text-code.cfm">HTML text</a></p>



Result




Where's my underline gone?
Sorry, I borrowed your underline.
I'll see if I can lift it above my head...
I did it!
Yay!!!