Why is this markup for highlighting text incorrect?
<mark>Highlighted Text < /mark>
Should use <strong> instead of <mark>
<strong>
<mark>
No issue
Space between < and / in the closing </mark>
<
/
</mark>
Missing opening <mark> tag