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