Html Header Center Align Code Example


Example 1: center header html


<h1 align="center">This is heading 1</h1>

Example 2: how to center a html header


h1{text-align: center;}

Example 3: align centre


.headerTwoDiv{
margin:1% auto;
margin-right: auto; margin-left: auto; width: 21%;
padding-top: 11px;
}

Example 4: how to center align the html element in css examples


#inner {
width: 50%;
margin: 0 auto;
}

# center text
.center
{
text-align: center;

border: 3px solid green;
}

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android SDK Location Should Not Contain Whitespace, As This Cause Problems With NDK Tools