Is it ok to use in place of blindly?

前端 未结 8 829
清歌不尽
清歌不尽 2020-12-02 15:38

Note: I know is presentational and is a better way, and

8条回答
  •  隐瞒了意图╮
    2020-12-02 16:01

    If you just want to use bold text, make it bold via css. If the "bold" font weight has no semantical meaning, you should not use or for it. However, you shouldn't use or either because these are non-semantic (in fact they are font-style tags) and their use is thus discouraged if not even deprecated.

提交回复
热议问题