GeekInterview.com
Home
Tech Articles
Code Samples
Learn
Freelance Projects
Online Testing
Geek Talk
Job Postings
Knowledge Base
Geek Blogs
Question Bank
Interview Questions
Certification
Placement Papers
Tech FAQ
Career Advice
Engineering
Ask Question
I am new,
Sign me up!
User Name
Remember Me?
Password
Interview Questions
Certification
Placement Papers
Tech FAQ
Career Advice
Engineering
Ask Question
GeekInterview.com
>
Interview Questions
>
Web
>
CSS
Go To First
|
Previous Question
|
Next Question
CSS
| Question 31 of 39
Print
How do you write the multiple class in one tag?
Total Answers and Comments:
3
Last Update: July 27, 2008 Asked by:
vishwapati Mishra
Sponsored Links
Best Rated Answer
—
No best answer available. Please pick the good answer available or
submit
your answer.
November 07, 2007 02:34:58
#1
psuresh1982
Member Since: September 2006 Contribution: 1027
RE: How do you write the multiple class in one tag?
Using the following way you can set two classes.
<p class "first second">
it will apply two css class named first and second.
- suresh ponnukalai
Is this answer useful?
Yes
|
No
July 16, 2008 07:27:10
#2
raosekar_237
Member Since: July 2008 Contribution: 2
RE: How do you write the multiple class in one tag?
class1 space class2 space class3
Is this answer useful?
Yes
|
No
July 26, 2008 22:30:40
#3
sur_nsk
Member Since: July 2008 Contribution: 2
RE: How do you write the multiple class in one tag?
write
all classes one by one
separated by space
Ex:
<p class "classone classtwo classthree">welcome to my home page</p>
Is this answer useful?
Yes
|
No
Go To Top
Sponsored Links
Related Categories
—
AJAX Interview Questions
CSS Interview Questions
CSS3 Interview Questions
Html Interview Questions
Java Script Interview Questions
SOAP Interview Questions
VB Script Interview Questions
Sponsored Links
About Us
-
Privacy Policy
-
Terms and Conditions
-
Contact
-
Ask Question
-
Propose Category
-
Site Updates
Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved