How do I make text bold in HTML?

后端 未结 10 1296
时光说笑
时光说笑 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条回答
  •  误落风尘
    2020-12-23 09:17

    In Html use:

    • Some text that I want emboldened.
    • Some text that I want emboldened.

    In CSS use:

    • Some text that I want emboldened.

提交回复
热议问题