CSS Syntax For Making Bold - Css

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

Snippet Code


  
Rate this page :
  [ 0 votes]

This css syntax code allows you to set the font weight to bold. The Font style="font-weight:bold;" makes the content be bold.

<p style="font-weight:bold;">Welcome to this page!</p>

Tags


Ask Questions

Ask Question