difference between strong and b tag in html5 code example
Example: strong and bold difference in html
<p>normal text <b>bold text</b> normal text</p>
<p>normal text <strong>semantically important text</strong> normal text</p>
<p>normal text <b>bold text</b> normal text</p>
<p>normal text <strong>semantically important text</strong> normal text</p>