Thursday, October 07, 2010

Nice way to insert a stylesheet in an HTML doc

I find this is a nice way to insert a stylesheet in a HTML document. Just specify it in the <HEAD> section, between <STYLE> mark-ups.
like this:


<STYLE>
<!--
BODY,DIV,TABLE,THEAD,TBODY,TFOOT,TR,TH,TD,P { font-family:"Arial"; font-size:x-small }
-->
</STYLE>


I used this tool to convert the html code in HTML entities.

No comments: