【发布时间】:2021-02-22 22:02:00
【问题描述】:
如何包含类似于<strong> 或<u> 标签的内联样式?
<strong> strong text </strong><div style="color:rgb(160, 160, 160)"> inline styled text </div>
我希望它在一行上显示“strong text inline styled text”,其中“inline styled text”用浅灰色着色。
【问题讨论】:
-
使用 span 而不是 div