View Single Post
Old 10-03-2016, 10:17 PM   #3
henrysmithh71
Registered User
 
Join Date: Sep 2016
Posts: 75
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.

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

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
henrysmithh71 is offline   Reply With Quote