Allen S.
0
Q:

how bold text in css

.text {
	font-weight: bold;
}
24
p.normal {
  font-weight: normal;
}

p.thick {
  font-weight: bold;
}

p.thicker {
  font-weight: 900;
}
3
font-weight: bold;
13
<p style="font-weight:bold">Hey there</p>
2
we can set text bold using css property named 'font-weight'
Syntax:
selector{
  font-weight: bold;
}
5

New to Communities?

Join the community