How can you make the text of an element bold using CSS?

  • font-decoration: bold;
  • font-weight: bold;
  • text-decoration: bold;
  • text-style: bold;
To make the text of an element bold in CSS, you should use the font-weight property and set it to the value bold. This increases the thickness of the characters, making them appear bold.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *