Answers for "how to make font bold"

72

css bold text

.text {
	font-weight: bold;
}
Posted by: Guest on February-22-2020
1

how to only make a part bold in css

<!-- It's better if you do it in your HTML file instead -->

<p><strong>This is bold</strong>this is not</p>
Posted by: Guest on June-03-2020

Browse Popular Code Answers by Language