<!doctype html> <html> <head> <title> Using the I element </title> </head> <body> Here we have uses <i>the <i> element</i> to display the text as <i>Italics</i>. </body> </html>