+ 1
Is it possible to align headings
6 Respuestas
+ 4
Yes it's possible just use this syntax
h1{
text-align:center;
}
+ 2
Yeah u can use align property
<h1 align="center"> heading</h1>
+ 2
Yes, it's absolutely possible.
You have to use this syntax
h1{
text-align:center;
}
0
Thanks
0
If you learn carefully form sololearn, then you will know more basic things about HTML and CSS.