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