'i' displays enclosed text in an italic font
<html> <head> <title>i element example</title> </head> <body> <p align="center"> <font size="4">text <i>text</i> text <i>text</i>.</font> </p> </body> </html>