Skip to content
Sign UpLog In
Profile icon

croakley

@croakley
Flip Flop Fish
  • NHD

    Cover page
    Made with HTML, CSS, JS
    Recent comments (0)
Repls
Community
croakley
croakley
shared a Post
3 years ago
What is the piece of code to bold a piece of text? (HTML)
I'm working on a project but I cannot bold a piece of text. Can I have some help?
Geocube101
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
Vandesm14
Vandesm14
Use the `` tag to bold sections of text: this is bold this is not bold `3 years ago