Changes

Jump to: navigation, search

CSS GUIDE FONT SIZE

101 bytes added, 21:51, 14 December 2006
m
no edit summary
== Summary ==
The font-size property is used to control the size of a font for a defined section. The size can be declared absolutely, or relatively to the user's default font size.
<table border="0">
<tr>
== Usage Examples ==
<pre>p{font-size: xx-large} /*Set paragraph text to be very large.*/</pre>
<pre>h1{font-size: 250%} /*Set h1 (level 1 heading) text to 2.5 times the size of the parent of or user font table.*/</pre>
<pre>span{font-size: 8pt;} /*Sets text enclosed within span tag to be standard 8pt font*/</pre>
== See Also ==
 
<big>[http://zenit.senecac.on.ca/wiki/index.php/CSS_guide#CSS_Properties Back to CSS Index]</big>
1
edit

Navigation menu