Tags for italicizing text
In addition to bold, you can also make italic using the i tag:
<p>
This is regular text, and this is <i>italic</i> text.
</p>
:
Check that the i tag is working on your page.
In addition to bold, you can also make italic using the i tag:
<p>
This is regular text, and this is <i>italic</i> text.
</p>
:
Check that the i tag is working on your page.