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