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