0
How do I change the color of my text in html?
4 Answers
+ 2
<p style="color: colorname ;">text</p>
+ 1
Use color attribute in CSS
+ 1
Use a stylesheet instead
+ 1
You can also do:
(HTML):
<p class="text"> hello world </p>
(CSS):
.text(color: color name or #...