Apart from b tag what other tag makes text bold
Answers
Answered by
28
Answer:
Apart from <b> tag, <strong> tag also makes the text bolder .
Hope it helps you. ☺
Answered by
3
In HTML, apart from the <b> tag, another tag that makes text bold is the <strong> tag. The use of <strong> tag is mainly to highlight something on your page on the internet if something related is searched for but it also boldens the text.
If there is something you wish to highlight and push up the search list then you use the <strong> tag otherwise you use the <b> tag itself.
Similar questions