What is the difference between the CLASS and ID when you are
writting CSS?
Answer Posted / 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 |
Post New Answer View All Answers
Why do we need br?
How can I copy something from a webpage to my webpage?
What is web storage in html?
How do you create a hyperlink?
What is html tags used for?
Will old html files work in modern browsers?
What is the purpose of 'output' tag in HTML5?
What is meta information in html?
What is a benefit of using the label element?
Tell me two benefits of HTML5 Web Storage?
What purpose do Work Workers serve and what are some of their benefits?
What is meta name viewport?
What is a Web Worker?
How to create and access sessionstorage object in html5?
What is br tag?