+ 1
Align and h1-6
It still does not work I now have <html> <body><p h1 style="text-align:center;"><big> test </big></p></body></html>
1 Answer
+ 3
simply use
<h1 align="center" > </h1>
or
<style>
h1, h2, h3, h4, h5, h6{
align:center;
}
</style>