Thanks...
CSS Class
hi i m not getting the meaning of below code, why there is blank space in css class name, what is the concept behind that.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anubhav ChaudharyPosted Dec 12, 2013, 2:36 AM
Jignesh TrivediPosted Dec 12, 2013, 2:30 AM
Hi,
Class property in html allow us to assign CSS class to any html element.
it also allow as to assign multiple CSS classes.... for that blank space used.
hope this will help you.