HTML Span tag
Example
A text with a span element that can be styled with CSS:<p>My mother has <span class="blue">light blue</span> eyes.</p> |
Definition and Usage
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.
When the text is hooked in a span element you can add styles to the content, or manipulate the content with for example JavaScript.
Browser Support
The <span> tag is supported in all major browsers.Differences Between HTML and XHTML
NONE
HTML Span tag
Reviewed by 1000sourcecodes
on
02:57
Rating: