difference between straong and b tag 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>