question how to align your heading in the middle | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Respostas
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