What's incorrect about the following markup for highlighting text?
<mark>Highlighted Text<mark>
Missing / in the closing </mark>
/
</mark>
Should use <strong> instead of <mark>
<strong>
<mark>
Missing opening <mark> tag
No issue