how to color i tag in html code example
Example 1: how to color in html
<h1 style="color: red;">Hello</h1>
Example 2: html text color tag
<p style="color:lime;">lime</p>
<h1 style="color: red;">Hello</h1>
<p style="color:lime;">lime</p>