Please note, this is a STATIC archive of website www.w3schools.com from 05 May 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.
THE WORLD'S LARGEST WEB DEVELOPER SITE

HTML <span> Tag


Example

A <span> element 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 provides no visual change by itself, but when it is marked, you can style it with CSS, or manipulate it with JavaScript.


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 Blocks

HTML DOM reference: Span Object


Default CSS Settings

None.