answersLogoWhite

0

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

span { font-weight: bold; }

User Avatar

Wiki User

12y ago

What else can I help you with?