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