Answers for "what is difference between bold and strong tag in html"

1

bold tag in html

<b>this tag will make text bold</b>
Posted by: Guest on March-09-2022
-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 "what is difference between bold and strong tag in html"

Browse Popular Code Answers by Language