html italic text

HTML
<html>
 <head>
   <title>Italic Text</title>
 </head>
 <body> 
   <p>Use the em element to <em>indicates emphasized</em> content.</p>
 </body>
</html><i>This text will be in italics</i>
Source

Also in HTML: