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?
6 Réponses
+ 3
<div style="text-align: center"><h1>Spam</h1></div>
+ 1
h1 {
text-align: center;
}
+ 1
inline
<h1 style="text-align:center"></h1>
+ 1
<div align="center"><h1>texttexttexttexttext </h1></div>
0
Just wrap your contents in HTML's built-in <center> tag.
eg. <center> ... your contents here.... </ center>
0
Thank You so much!
Really, i thought that nobody is going to reply
This Helped me alot...
Thank You!!