1. What is CSS?
CSS stands for Cascading Style Sheets it is a styling language which is simple for HTML elements.
2. What the different Variations of CSS?
CSS 1,CSS 2,CSS 2.1,CSS 3,CSS 4 are the different Variations in CSS
3. Mention the advantages of CSS?
CSS has several advantages like Bandwidth, Site-wide consistency, easy accessibility, page reformatting and content separated from presentation.
4. What are CSS Frame works?
CSS Frameworks are pre-planned libraries which uses CSS language that allows easier and standard-complaint styling of webpage.
5. Mention the limitations of CSS?
The different limitations of CSS are No column declaration, Limitations of vertical control, No expressions, Ascending by selectors is not possible, Rules, styles and targeting specific text is not possible, Psuedo-class will not be controlled by dynamic behavior.
6. Mention the different ways to integrate a css in to webpage?
The different ways to integrate a css in to webpage are inline, embedded and linked/imported.
7. What is external style sheet?
External style sheet is a template or document or file that contains a style information which is lined with more than HTML documents.
8. Mention the advantages of external style sheets?
Using external style sheets the styles of multiple documents from one file can be controlled. Selector and grouping methods can be applied to styles. Classes can be created on multiple HTML elements in many documents.
9. Mention the advantages of Inline styles?
Inline styles can be used for small number of style definitions and at local level it will override other style specifications.
10. What is CSS Selector?
CSS Selector is a string equivalent HTML elements declared or set of it is declared and a link that can be referred for linking HTML and stylesheet.
11. What are Physical Tags in CSS?
Physical tags are new versions and are referred to as presentational-markup.
12. What are the different parts of Ruleset?
Ruleset has two parts namely selector and declaration.
13. What do you mean by Declaration block in CSS?
Declaration block is nothing but the catalog of directions with in braces which consists of property, colon and value.
14. Mention the different font attributes in CSS?
The Different Font Attributes in CSS are Caption, Icon, Font-style, Font-weight, Font-variant, Font-size, line-height and Font-Family
15. What is a class Selectors?
Selectors that are unique to a specific style are called as Class Selectors
16. Mention the different media types used in CSS?
The different media types used in CSS are Print, Projection, Aural, Screen and Handheld.
17. What are the different elements of CSS Box model?
Margin, Border, Padding and Content are the various elements in CSS Box Model.
18. Define Contextual Selector?
Selector which is used to select special occurrences of an element is called contextual selector.
19. How are Dimensional Properties defined in CSS?
Dimensional Properties in CSS are defined by Height, Max-Height, Width, Max-Width, Min-Height, and Min-Width.
20. What is Attribute selector in CSS?
Attribute Selector is a selector in which it is defined by value, set of elements and parts.
0 comments:
Post a Comment