croakley
@croakley
Flip Flop Fish
I'm working on a project but I cannot bold a piece of text. Can I have some help?
Geocube101 You can use the font-weight property to bold text
innerHTML
...or if you're using the "style.css" page or `` tag...
element
{
font-weight: bold;
}
In both cases, replace "element" with the actual element you're using3 years ago