The i tag is used to define italic text in your web page.
Code:
<html> <head> <title>italic element example</title> </head> <body> <p align="center"> <i> The i tag is used to define an italic text part in your html page </i> </p> </body> </html>
_________________ M. S. Rakha, Ph.D. Queen's University Canada