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 |
Using any system, product, or service your organization provides, identify the human system roles for the product.
Design Facade pattern - What is its application in projects ?
Is mvc is a design pattern?
What would help with feature-related decisions?
What is proxy in design pattern?
Give me example of observer design pattern?
Why should we not use singleton pattern?
Which design patterns have you used in your project ?
What is Architecture and what is design? Are they related?
What is the difference between adapter and facade?
Explain Inline Style Sheet?
What are the most important software design patterns?