CSS -Code, um Text fett zu machen
.text {
font-weight: bold;
}
k-vernooy
.text {
font-weight: bold;
}
we can set text bold using css property named 'font-weight'
Syntax:
selector{
font-weight: bold;
}