how do I align the header to the center of the page | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how do I align the header to the center of the page

17th Jul 2016, 12:31 PM
Thabo Buthelezi
Thabo Buthelezi - avatar
3 Answers
0
In HTML5, you can use CSS to style the header's text. The coding is as below. header { text-align: center; }
17th Jul 2016, 12:43 PM
Azwan Abdullah
Azwan Abdullah - avatar
0
thanks dude
17th Jul 2016, 12:48 PM
Thabo Buthelezi
Thabo Buthelezi - avatar
0
align="right" that's what they want
18th Jul 2016, 6:20 PM
Ntabethemba Sydwell Ntshoza
Ntabethemba Sydwell Ntshoza - avatar