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 |
When should design patterns be used?
What is Architecture and what is design? Are they related?
What are useful tools for developing and testing color schemes for web sites?
what are the creational design patterns
What are the SDLC phases you have invloved ?
0 Answers Infosys, Tech Mahindra,
How to analyze the design patterns ?
What is the methodology to follow in collaboration with other team members like researchers, product managers, and developers?
Is oop a design pattern?
What are 5 common problems in the software development process?
Run us through your portfolio.
Who is your inspiration in this field?
Why have we declared the instance reference volatile?