+ 1
How do I color text and align text at the same time in HTML?
I'm trying to make my text a different color while aligning it in HTML4. Is there a way to do it without CSS or do I need to use CSS?
4 Answers
+ 1
u need css for it.
<p style="color:red,text-align:center">welcome</p>
or
<p style="color:red" align="center">welcome</p>
+ 1
Adarsh.n. Bidari thanks a lot!
0
welcome
0
How to add it on a header that is on <h1>