1. © 2020 CP site Official
  2. -----------------------
  3. [**Sheet 08**]
  4. --------------
  5.  
  6.  
  7.  
  8.  
  9.  
  10. # Text Color:
  11.  
  12. <SPAN STYLE="color: green; font-size: 15pt">Text color with custom size option</SPAN>
  13.  
  14. <span style="color:red">Text color using span tag</span>
  15.  
  16. <font color='blue'>Text color using font tag</font>
  17.  
  18. <p style="color:silver">whole paragraph, one color</p>
  19.  
  20.  
  21.  
  22.  
  23. # Background Color:
  24.  
  25. <span style="background-color:lightgreen">Right</span>
  26.  
  27. <span style="background-color:red">Wrong</span>
  28.  
  29. <SPAN STYLE="background-color: #ffffcc">Here's What You Get</SPAN>
  30.