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 |
Why is singleton used?
Tell us about some of the projects that have been your favorite.
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
Explain the singleton, facade, or handle class design pattern?
. How can a product be accessible to differently-abled people?
What is the difference between factory and strategy design pattern?
What are the main types of concurrency design patterns?
What are the benefits of the proxy in the design pattern?
What is the design pattern?
how to pring 10 item per page in smartform
Dd you useuse OOA/OOD methodologies?did you use design patterns?
What is the difference between proxy and adapter?