0
What is the syntax to write the text in red color with centre alignment in html ??? plz help
3 odpowiedzi
+ 2
Have you searched on Google you should use Google for these questions if u have doubt's then u can ask here.
use css
your paragraph or heading or class name or id {
text-align : center;
colour :red;
}
+ 1
<p align="center"style="color:red">hello</p>
Use this
+ 1
<center style="color:red">hello</center>