What is grouping in CSS?
Answer / swapna
h1,h2,h3,h4,h5,h6 {Color:green}
Class Selector: Class selector you can define different
styles for the same type of HTML element.
p.right {text-align: right} p.center {text-align: center}
Ex:Using class attribute
<p class="right">This paragraph will be right-aligned.
</p><p class="center">This paragraph will be center-aligned.
</p>
Is This Answer Correct ? | 4 Yes | 0 No |
What are the most popular design patterns?
. How do you manage timelines?
What is the executor design pattern?
What is Architecture and what is design? Are they related?
What are creational design patterns?
what is data access layer?
Can we have this pattern implemented using static class?
How would you improve the UX design of our product?
what are design patterns..?what design patterns used in .net.
What is singleton design pattern in java?
If a client does not like a design what will your approach be?
What according to you will be the next best thing in UI UX Design?