1
edit
Changes
→Usage Examples
== Usage Examples ==
<pre>p{color: #ff000000} /*Set paragraph text to appear red.*/</pre>
<pre>h1{color: ##0000FF} /*Set h1 (level 1 heading) text to blue.*/</pre><pre>span{color: ##0000FF} /*Sets text enclosed within span tag to appear yellow*/</pre>
== Notes ==