Align and h1-6 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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>

19th Oct 2018, 6:04 PM
Louis van Baalen
Louis van Baalen - avatar
1 Answer
+ 3
simply use <h1 align="center" > </h1> or <style> h1, h2, h3, h4, h5, h6{ align:center; } </style>
19th Oct 2018, 10:01 PM
BroFar
BroFar - avatar