What is the syntax to write the text in red color with centre alignment in html ??? plz help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the syntax to write the text in red color with centre alignment in html ??? plz help

16th Jun 2021, 3:42 PM
Srishti
Srishti - avatar
3 Answers
+ 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; }
16th Jun 2021, 3:59 PM
A S Raghuvanshi
A S Raghuvanshi - avatar
+ 1
<p align="center"style="color:red">hello</p> Use this
16th Jun 2021, 3:46 PM
Atul [Inactive]
+ 1
<center style="color:red">hello</center>
16th Jun 2021, 3:51 PM
The future is now thanks to science
The future is now thanks to science - avatar