Alternative to the HTML Bold tag

后端 未结 21 1830
野性不改
野性不改 2020-12-23 15:35

Okay, so I know that in HTML you can use the tag, but isn\'t there a \"weight=bold\" attribute that I can use in the

21条回答
  •  萌比男神i
    2020-12-23 16:27

    You can use following :

    Some Text here

    #p1{ font-weight: bold; }

    OR

    Some text here

    OR

    You can use

    tag which is somewhat similar to bold

提交回复
热议问题