Answers for "html difference between bold and strong"

-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 "html difference between bold and strong"

Browse Popular Code Answers by Language