.text { font-weight: bold; }
we can set text bold using css property named 'font-weight' Syntax: selector{ font-weight: bold; }