HTML EM TAG EXAMPLE
Run
<!doctype HTML>
<html>
    <head>
        <title>
            The &lt;em&gt; element
        </title>
    </head>
    <body>
        <h1>Example for &lt;em&gt; element</h1>
        <p>In this example we are using <em>The &lt;em&gt; element</em> for <em>emphasizing text</em>.</p>
    </body>
</html>