text style font weight in html code example
Example: css bold text
we can set text bold using css property named 'font-weight'
Syntax:
selector{
font-weight: bold;
}
we can set text bold using css property named 'font-weight'
Syntax:
selector{
font-weight: bold;
}