Hey guys, I just have a question the the span command is not working when I use it ( in HTML) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Hey guys, I just have a question the the span command is not working when I use it ( in HTML)

the span command is not working when I use it ( in HTML)

21st Jul 2020, 5:42 AM
Aquib
Aquib - avatar
3 Answers
+ 14
What do you mean by not working? span + a certain class is used for styling words and phrases. It doesn't change appearance by default.
21st Jul 2020, 6:03 AM
Igor Makarsky
Igor Makarsky - avatar
+ 1
Aquib Javid Mir The text is Heading(bold), not plain. Span is like a container to which you can add styles or do some stuff with javascript. It is not a tweak like bolds or italics. So you will see only the h2 tag in play.
21st Jul 2020, 10:43 AM
Kewal Sharma
Kewal Sharma - avatar
0
Means for example i Write <h2><span>List of languages</span></h2>. I get a plain text as output
21st Jul 2020, 6:29 AM
Aquib
Aquib - avatar