HTML Tag







googletag.cmd.push(function() { googletag.display('div-gpt-ad-1422003450156-2'); });




HTML <span> Tag



Previous
Complete HTML Reference
Next



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 used to group inline-elements in a document.


The <span> tag provides no visual change by itself.


The <span> tag provides a way to add a hook to a part of a text or a part of a document.




Browser Support



















Element
<span> Yes Yes Yes Yes Yes



Tips and Notes


Tip: When a text is hooked in a <span> element, you can style it
with CSS, or
manipulate it with JavaScript.




Differences Between HTML 4.01 and HTML5


NONE.




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.





Previous
Complete HTML Reference
Next

Popular posts from this blog

Python Lists

Aion

JavaScript Array Iteration Methods