What is wrong with the following strong text code?
<strong>Strong Text<strong>
Missing opening <strong> tag
<strong>
No issue
Should use <b> instead of <strong>
<b>
Missing / in the closing </strong>
/
</strong>