how to put HEADING in middle of page html code example
Example 1: center text in a html file
<tag class="" align='center'></tag>
Example 2: center text in html
text-align: center;
<tag class="" align='center'></tag>
text-align: center;