How do you align headers | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do you align headers

Im trying to figure out how to align headers to the center of the page, does anyone know how to do that

8th Mar 2017, 5:01 PM
Harrison Boyd
Harrison Boyd - avatar
2 Answers
+ 4
There is two ways: 1) <h1 align="center">heading</h1> 2) <center>...</center>
9th Mar 2017, 1:44 AM
Aquarius
Aquarius - avatar
+ 3
<h1 align="center">heading</h1>
8th Mar 2017, 5:30 PM
Álvaro