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.

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

✅ Figure: Good example – all styling is being done through CSS.
Tip: You can do all the styling via CSS.