Possible Duplicate:
What does the HTML acronym “span” stands for?
why span tag is named so, can you please tell me why it have this name ?
I searched in google but have not found any explanations…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is called a
spanbecause it is an inline element which can SPAN multiple lines (of text). So you can use this in a<p>to assign styles to maybe a few words or letters instead of the whole<p>(ordiv, etc)