Answers for "change font and bold in html"

CSS
1

bold font html

h1{
font-weight: bold;
}
Posted by: Guest on August-20-2021
0

how to make text bold in html

we can use strong tag
<p> <strong>So this text is looking Bolt because of strong_Tag</strong> </p>
Posted by: Guest on June-05-2021

Browse Popular Code Answers by Language