Why is the following emphasized text code incorrect?
<em>Emphasized Text<em>
Missing opening <em> tag
<em>
Missing / in the closing </em>
/
</em>
Should use <i> instead of <em>
<i>
No issue