Pages

Thursday, May 19, 2011

HTML #7: Fonts

<h1 style="font-family:verdana"
style="font-size:110%"
style="color:blue">
This is a heading</h1>


<p style="font-family:verdana;font-size:110%;color:red">
This is a paragraph with some text in it.</p>


This is a heading

This is a paragraph with some text in it.

No comments:

Post a Comment