What is grouping in CSS?



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

Post New Answer

More Design Patterns Interview Questions

Is singleton bean thread safe?

1 Answers  


What do you do to ensure that your design is carried out perfectly from your end?

3 Answers  


Describe the builder design pattern

1 Answers  


What publications based on UI UX do you read?

1 Answers  


What is the behavioral design pattern?

1 Answers  


Explain the singleton, facade, or handle class design pattern?

2 Answers   ABC,


What is a pattern library?

1 Answers  


Contact a small, medium, and a large contract program within your organization. Interview the Technical Director or Project Engineer to identify the following information: a. Request the individual to graphically depict their development strategy? b. What factors drove them to choose the implementation strategy? c. What were some of the lessons learned from developing and implementing the strategy that would in&#64258;uence their approach next time? d. How was the V & V strategy implemented?

1 Answers  


Can we make the reference instance non static?

1 Answers  


what is cascading order?

1 Answers  


Using any system, product, or service your organization provides, identify the human system roles for the product.

1 Answers  


2. Create your own de&#64257;nition of a system. Based on the “system” de&#64257;nitions a. Identify your viewpoint of shortcomings in the de&#64257;nitions. b. Provide rationale as to why you believe that your de&#64257;nition overcomes those shortcomings. c. From an historical perspective, identify three precedented systems that were replaced by unprecedented systems.

1 Answers   IBM,


Categories