What's wrong with the following markup for highlighting text?
<mark>Highlighted Text</mark>
Missing opening <mark> tag
<mark>
Should use <em> instead of <mark>
<em>
No issue
Should use <strong> instead of <mark>
<strong>