question how to align your heading in the middle | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

question how to align your heading in the middle

I just made a HTML and when I used<p align=center>it did not work

22nd Apr 2017, 3:56 PM
aum
aum - avatar
6 Answers
0
thank you
22nd Apr 2017, 6:39 PM
aum
aum - avatar
+ 8
Method #1: <center><h1>Page Heading</h1></center> Method #2: <h1 style="text-align:center">Page Heading</h1>
22nd Apr 2017, 4:22 PM
देवेंद्र महाजन (Devender)
देवेंद्र महाजन (Devender) - avatar
+ 5
The mistake here is you missed the quotation marks. It should be like this: <p align="center">
29th Apr 2017, 3:13 PM
T#3©od3®
T#3©od3® - avatar
+ 1
Use CSS text-align: center;
22nd Apr 2017, 3:57 PM
CHMD
CHMD - avatar
0
it's not working hours do you use it?? can you help me?
22nd Apr 2017, 4:01 PM
aum
aum - avatar
0
it's not working
22nd Apr 2017, 4:09 PM
aum
aum - avatar