how i can use two style on a div <div id="span,google"></span>
how i can use two style on a div <div id=span,google></span>
Share
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.
You can’t assign two id’s like that, but you can use two classes:
Also, you can’t start the element as a
divand close it as aspanas in your code. I’ll write that off as a typo, tho.