how to center i tag in css code example
Example 1: how to center text in html
text-align: center;
Example 2: center text in a html file
<tag class="" align='center'></tag>
Example 3: center header html
<h1 align="center">This is heading 1</h1>