+ 2
what is attribute required to change color of text
like text is to be in blue color
2 Answers
+ 5
It is correct to use CSS for that.
For example:
<p style="color:blue">Some text</p>
0
in HTML use,
<body>
<Font color="red">
WRITE YOUR TEXT HERE
<font>
<body>