How can i put the heading in the middle/Center of the page? | Sololearn: Learn to code for FREE!
0

How can i put the heading in the middle/Center of the page?

I'm having trouble on How can i put the heading in the middle/Center of the page?

1st Feb 2017, 1:01 AM
Muhammed Muratovic
Muhammed Muratovic - avatar
6 odpowiedzi
+ 3
<div style="text-align: center"><h1>Spam</h1></div>
1st Feb 2017, 1:33 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 1
h1 { text-align: center; }
1st Feb 2017, 1:14 AM
totoro
totoro - avatar
+ 1
inline <h1 style="text-align:center"></h1>
1st Feb 2017, 1:16 AM
totoro
totoro - avatar
+ 1
<div align="center"><h1>texttexttexttexttext </h1></div>
4th Feb 2017, 9:53 PM
Din Spataj
Din Spataj - avatar
0
Just wrap your contents in HTML's built-in <center> tag. eg. <center> ... your contents here.... </ center>
1st Feb 2017, 2:06 AM
codeDEcode
codeDEcode - avatar
0
Thank You so much! Really, i thought that nobody is going to reply This Helped me alot... Thank You!!
1st Feb 2017, 2:42 PM
Muhammed Muratovic
Muhammed Muratovic - avatar