Sometimes, we want to make text italic with HTML.
In this article, we’ll look at how to make text italic with HTML.
How to make text italic with HTML?
To make text italic with HTML, we use the i
element.
For instance, we write
<i>HTML italic text example</i>
to make the text between the tags italic when rendered in the browser.
Conclusion
To make text italic with HTML, we use the i
element.