Wednesday 11 February 2015

25 TOP CSS3 Interview Questions and Answers for freshers and experienced pdf

Below are some important CSS3 interview questions which are asked in most MNC company interviews for beginners or professionals.

1. Explain about some of the features of CSS?

Some of the features used by CSS are to define a layout, colors, fonts, etc. It separates the content from the design part which makes the content much more visible thereby improving productivity of the entire process. It can make the same page appear in different formats.

2. State some limitations of style sheets?
   Style sheets do have its own share of limitations some of them are as follows. - 1) Inconsistent browser support 2) Vertical control limitations 3) Margin collapsing, float containment, control of element shapes, etc 4) Lack of column declaration and variables are some of the limitations present in CSS.

3. What are cascading style sheets?
Cascading style sheets help the designer in various ways. It primarily helps to design style sheets for content and HTML pages. It can be applied to any XML document or mark up language.

4.Explain about absence of expressions?
CSS currently does not have the ability to specify property values as simple expressions. For example if you want to calculate the size of all the columns but you have a restriction on the sum of all columns. This problem has been solved by many browsers by proprietary expressions which did the job well.

5.Explain about CSS filter?
CSS filter solves designers and coders difficulties. With the help of these filters one can write entirely different code or modify the existing design patterns so that browsers receive CSS specifications which they support, thereby not allowing the browsers to make or create any unnecessary changes.
More Questions & Answers :-

No comments:

Post a Comment