What is the difference between the CLASS and ID when you are
writting CSS?
Answers were Sorted based on User's Feedback
Answer / yathindra
In CSS we can call id with '#' and can be used only one time
for one page. When coming to the case of class in CSS it can
be used infinite number of times in the same page as well as
in the whole site.
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / suji
ID uniquely identifies an element within a document where
CLASS attribute specifies an element to be a member of one
or more classes. Unlike with the ID attribute, any number of
elements can share the same class. CLASS attribute can be
used to impose a certain pattern in the webpage, like the
page's header, footer,etc. which will enhance uniformity
among all webpage of a website.
Is This Answer Correct ? | 10 Yes | 1 No |
Answer / rojythakur.learningpp@gmail.co
# for id and . for class.
id used only one time bt not class.
Is This Answer Correct ? | 0 Yes | 0 No |
What is tag medical term?
How do I eliminate the space around/between my images?
0 Answers TryTechnicals Pvt Ltd,
What is the difference between local storage and cookies?
What is the relation between xhtml and the web?
Explain cell padding and cell spacing.
. Is it possible to change an inline element into a block level element?
Does html support javascripts?
What is picture tag in html?
What is difference between HTML5 and HTML?
How do you know if you have html5?
What is a HTML helper?
. Are the HTML tags and elements the same thing?