Alignment of headings H Tags with CSS

 Alignment of headings H Tags with CSS Example


<h1 style="text-align:center">This is heading 1</h1>
<h2 style="text-align:left">This is heading 2</h2>
<h3 style="text-align:right">This is heading 3</h3>
<h4 style="text-align:justify">This is heading 4</h4>
Copy heading codes above to try it

TRY IT

Comments :

Post a Comment