+ 1

What is the function of span?

what does span do in a html code and what is the full name of "span"

6th Aug 2018, 11:23 PM
Abayomi Nice
Abayomi Nice - avatar
2 RĂ©ponses
+ 1
a span element by itself has no meaning. span elements are used to give styling to specific sections of code inline. example: <p> Hello world! <span style ="color:green;">This is green</span> Good bye</p>
7th Aug 2018, 12:05 AM
JME
+ 1
k thanks
7th Aug 2018, 12:36 AM
Abayomi Nice
Abayomi Nice - avatar