HTML I ELEMENT
Run
<!doctype html>
<html>
    <head>
        <title>
            Using the I element
        </title>
    </head>
    <body>
        Here we have uses <i>the &lt;i&gt; element</i> to display the text as <i>Italics</i>.
    </body>
</html>