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