how to place the content of html in center code example
Example 1: how to center a html header
h1{text-align: center;}
Example 2: how to put element in center in html
p {
text-align: center;
}
h1{text-align: center;}
p {
text-align: center;
}