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
6 Respostas
0
thank you
+ 8
Method #1:
<center><h1>Page Heading</h1></center>
Method #2:
<h1 style="text-align:center">Page Heading</h1>
+ 5
The mistake here is you missed the quotation marks. It should be like this:
<p align="center">
+ 1
Use CSS
text-align: center;
0
it's not working hours do you use it?? can you help me?
0
it's not working