A <span> element which is used to color a part of a text:
<p>My mother has <span style="color:blue">blue</span> eyes.</p>
Try it Yourself »
The <span>
tag is an inline container used to mark up a part of a text, or a part of a document.
The <span>
tag is easily styled by CSS or manipulated with JavaScript using the class or id attribute.
The <span>
tag is much like the <div> element, but <div> is a block-level element and <span>
is an inline element.
Element | |||||
---|---|---|---|---|---|
<span> | Yes | Yes | Yes | Yes | Yes |
The <span>
tag also supports the Global Attributes in HTML.
The <span>
tag also supports the Event Attributes in HTML.
HTML tutorial: HTML Block and Inline Elements
HTML DOM reference: Span Object
None.
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!