HTML Span Tag - W3Schools
Có thể bạn quan tâm
Example
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 »Definition and Usage
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.
Browser Support
| Element | |||||
|---|---|---|---|---|---|
| <span> | Yes | Yes | Yes | Yes | Yes |
Global Attributes
The <span> tag also supports the Global Attributes in HTML.
Event Attributes
The <span> tag also supports the Event Attributes in HTML.
Related Pages
HTML tutorial: HTML Block and Inline Elements
HTML DOM reference: Span Object
Default CSS Settings
None.
❮ Previous Complete HTML Reference Next ❯ ★ +1 Sign in to track progressTừ khóa » Thẻ Span Trong Html W3schools
-
HTML Span Attribute - W3Schools
-
HTML Div Tag - W3Schools
-
CSS Column-span Property - W3Schools
-
HTML Li Tag - W3Schools
-
HTML Pre Tag - W3Schools
-
HTML Em Tag - W3Schools
-
HTML Br Tag - W3Schools
-
HTML Ul Tag - W3Schools
-
HTML B Tag - W3Schools
-
HTML Nav Tag - W3Schools
-
HTML A Tag - W3Schools
-
HTML Option Tag - W3Schools
-
HTML Strong Tag - W3Schools
-
HTML Label Tag - W3Schools