Do you avoid using bold tags inside headings?

Updated by Brady Stroud [SSW] 1 year ago. See history

123

You should avoid any extra style tags in your heading text, because it is unnecessary and generates inconsistency.

Image

❌ Figure: Bad example – bold tags being used within header tags.

Image

✅ Figure: Good example – all styling is being done through CSS.

Tip: You can do all the styling via CSS.

acknowledgements
related rules