Computer Science, asked by roysampriti59, 7 months ago

Bold tag alternative in html?​

Answers

Answered by manaskhandelwal00
1

Instead of bold tag you can use the strong tag.

Syntax: <strong>text</strong>

Hope it helps :).

Answered by Anonymous
1
If you want to stress importance of text, use . If you don't want to stress importance, use the tag or use the font-weight:bold; style on the element or in the CSS. Although, if you are bolding the entire paragraph, it's probably better to use the CSS option.
Similar questions