0

Bolding text in html

How do you bold text in html?

15th Nov 2025, 11:13 PM
Abraham Madut
Abraham Madut - avatar
2 Respuestas
+ 6
Use <strong> or <b> Would you like to know when to use either one?
15th Nov 2025, 11:32 PM
Chris Coder
Chris Coder - avatar
+ 5
Another alternative is using font-weight verses <strong> tag or <b> tag. <p style="font-weight: bold;">This text is bold using inline CSS.</p> 4 options: bold, bolder, 700, 900
16th Nov 2025, 5:30 AM
BroFar
BroFar - avatar