About Lesson
Span Tag
<span> tag एक inline element है। ये एक container की तरह काम करता है। पर ये उतना ही जगह लेता है जितना इसका content है। इसके बगल में अन्य tag या data को लिखा जा सकता है
Span Tag
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.