htm 中 的区别

显示上两者没有任何区别,都是粗体
<b>:为了加粗而加粗,推荐使用 css font-weight 属性来创建粗体文字。
<strong>:为了强调而加粗,表示十分重要。在网页中使用 strong 更容易被搜索到。

 

MDN链接:

b标签:https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/b
strong标签:https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/strong

上一篇:Xcode - 使用 dyld 环境变量进行调试


下一篇:解决:MacOS出现crun: error: invalid active developer path ……的问题