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 is the use of design patterns?
Can we have this pattern implemented using static class?
If i make my selection in State Dropdown list, i would the City and ZipCode dropdown list to be automatically reupdated based on the State i select.(This to avoid the user select a City or Zipcode that does not correspond to the State previously selected.)
What is the difference between architecture and design?
Can we inherit singleton class?
How would you improve the UX design of our product?
5.Develop an entity relationships diagram that identifies physical entity relationships.
What are the types of the proxy design you will get in the design pattern?
What is design pattern ?
Write the code for a singleton class?
If there is a Model class,View class,Controller class then How these are internally related? Which layer objects instantiated in which layer? How they communicates?
Is mvc a software design pattern?