128 viewsJune 23, 2023Others#html 1 Riya2.92K June 23, 2023 0 Comments What is the use of the <span> tag in HTML? Sandhya Answered question June 23, 2023 1 Answer ActiveVotedNewestOldest 0 Sandhya2.52K Posted June 23, 2023 0 Comments 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. Sandhya Answered question June 23, 2023 Register or Login