Why is the following markup for highlighting incorrect?
<mark>Highlighted Text<\mark>
No issue
Missing opening <mark> tag
<mark>
Should use <strong> instead of <mark>
<strong>
Incorrect backward slash in the closing </mark>
</mark>