How do I make text bold in HTML?

后端 未结 10 1300
时光说笑
时光说笑 2020-12-23 08:44

I\'m trying to make some text bold using HTML, but I\'m struggling to get it to work.

Here\'s what I\'m trying:

Some text th         


        
10条回答
  •  猫巷女王i
    2020-12-23 09:08

    Another option is to do it via CSS ...

    E.g. 1

    Hello stackoverflow!
    

    E.g. 2

    
    
    
    Hello again!

提交回复
热议问题