Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html color text

<!-- <p style="color:enterColor">insertContentHere</p>-->

<p style="color:#0000ff">This text is blue.</p>
<p style="color:rgb(106, 90, 203)">This text is violet.</p>
<p style="color:red">This text is red.</p>
Source by htmlcolorcodes.com #
 
PREVIOUS NEXT
Tagged: #html #color #text
ADD COMMENT
Topic
Name
8+8 =