1
edit
Changes
m
→Usage Examples
== 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>