HTML 标签:span
一个用于文本或内联 HTML 的通用容器。它本身不带有任何附加含义,通常用作挂载 CSS 的脚手架,或者供 JavaScript 访问。
可选属性
示例
<p>You could apply styles to <span class="whatever">this text</span> or <span class="whatever">tis thext</span> using the span tag.</p>
span一个用于文本或内联 HTML 的通用容器。它本身不带有任何附加含义,通常用作挂载 CSS 的脚手架,或者供 JavaScript 访问。
<p>You could apply styles to <span class="whatever">this text</span> or <span class="whatever">tis thext</span> using the span tag.</p>