Hacker News new | ask | show | jobs
by saraid216 4829 days ago
I'd use <span style="font-weight: bold" /> for making something bold. Because that's a styling thing, so I use a style sheet.

I could even use <strong style="font-weight: normal" /> if I wanted to emphasize something without making it bold. Because that has a functional purpose with screen readers, and isn't strictly a styling thing.