HTML5 中的 bstrong,iem 有什么区别应该说,在默认的 HTML 样式表定义中,b 和 strong 的样式一样,为 { font-weight: bolder };而 em 的默认样式为 { font-style: italic },与 i 相同。这样的,只要是从网页的简洁性2023-03-04html-css190