Answers for "difference between b and bold tag in html"

-1

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>
Posted by: Guest on January-06-2021

Code answers related to "difference between b and bold tag in html"

Browse Popular Code Answers by Language