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
2 Answers
+ 4
There is two ways:
1) <h1 align="center">heading</h1>
2) <center>...</center>
+ 3
<h1 align="center">heading</h1>