- © 2020 CP site Official
- -----------------------
-
-
- [**Sheet 08**]
- --------------
-
-
-
-
-
-
- # Text Color:
-
- <SPAN STYLE="color: green; font-size: 15pt">Text color with custom size option</SPAN>
-
- <span style="color:red">Text color using span tag</span>
-
- <font color='blue'>Text color using font tag</font>
-
- <p style="color:silver">whole paragraph, one color</p>
-
-
-
-
- # Background Color:
-
- <span style="background-color:lightgreen">Right</span>
-
- <span style="background-color:red">Wrong</span>
-
- <SPAN STYLE="background-color: #ffffcc">Here's What You Get</SPAN>
-