About Span Tag | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

About Span Tag

What is the use of Span tag in the html? Please answer

13th Jun 2018, 11:24 AM
Md Zabir Islam
Md Zabir Islam - avatar
1 Answer
+ 5
you will learn it by following the sololearn HTML tutorial: Similarly, the <span> element is an inline element that is often used as a container for some text. When used together with CSS, the <span> element can be used to style parts of the text: or see https://www.w3schools.com/tags/tag_span.asp
13th Jun 2018, 11:37 AM
asa22