html color text

44

how to give color to text in html -

HTML color to text
<body>
  <p style="color:#FF0000";>Red paragraph text</p>
</body>

html color text -

<p style="color:#FFFFFF">Your text here</p>

Comments

Submit
0 Comments