What is the correct CSS syntax for making all the span elements bold?

1 answer

Answer

1136947

2026-07-12 16:20

+ Follow

To make all span elements bold, use the an element selector, and the font-weight property, like so:

span { font-weight: bold; }

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.