CSS Multiple Choice Questions & Answers on Inheritance and Cascade for Freshers

1. Which of the following are different origins of style sheets?

a) author
b) user
c) user agent
d) all of the mentioned
Answer: d

Explanation: Author: The author specifies style sheets for a source document according to the conventions of the document language. For instance, in HTML, style sheets may be included in the document or linked externally.

User: The user may be able to specify style information for a particular document. For example, the user may specify a file that contains a style sheet or the user agent may provide an interface that generates a user style sheet (or behaves as if it did).

User agent: Conforming user agents must apply a default style sheet. A user agent’s default style sheet should present the elements of the document language in ways that satisfy general presentation expectations for the document language
2. Which of the following Cascading order has the highest precedence?

a) user agent declarations
b) user normal declarations
c) author normal declarations
d) author important declarations
Answer: a
3. Which of the following property is used to define how nested items are rendered in a 3-D space?

a) transform-style
b) transform
c) transform-origin
d) transform-3D
Answer: a

Explanation: transform-style is used to define how nested items are rendered in a 3-D space, the choice being either flattened or with their dimensions preserved. This property affects the children of the element and not the element itself. Also, the property does not cascade, so it is necessary to apply it at all levels.
4. Which of the following rule allows users to import style rules from other style sheets?

a) @media
b) @important
c) @import
d) @style
Answer: c

Explanation: The @import rule allows users to import style rules from other style sheets. If an @import rule refers to a valid stylesheet, user agents must treat the contents of the stylesheet as if they were written in place of the @import rule.
5. Which of the following property is a shorthand that resets all CSS properties?

a) reset
b) inital
c) all
d) delete
Answer: c
6. Which of the following generate “virtual” rules representing their effects when running?

a) DOM’s
b) !important
c) CSS Animations
d) Inheritance
Answer: c
7. The _______________ is the result of taking the computed value and completing any remaining calculations to make it the absolute theoretical value used in the layout of the document.

a) cascaded value
b) declared value
c) used value
d) none of the mentioned
Answer: c
8. The _________________ is the result of resolving the specified value.

a) cascaded value
b) computed value
c) specified value
d) declared value
Answer: b
9. The ____________ represents the result of the cascade: it is the declared value that wins the cascade.

a) specified Value
b) actual value
c) computed value
d) cascaded value
Answer: d
10. The CSS cascade assigns a weight to each style rule. State true or false.

a) True
b) False
Answer: a

Related

C Programming Questions and Answers on Precedence and Order of Evaluation for Freshers

1. What is the output of this C code? #include int main() { reverse(1); } void reverse(int i) { if (i > 5) exit(0); p...

Java Multiple Choice Questions & Answers on Control Statements for Freshers

1. Which of these selection statements test only for equality? a) ifb) switchc) if & switchd) None of the mentioned Answer: b Explanation: switch statements checks for equality between the co...

Oracle Database Multiple Choice Questions and Answers on Installing Oracle Database 11g and Creating a Database for Freshers

1. Oracle server configuration is dedicated for a) One server process – Many user processesb) Many server processes – One user processc) One server process – One user processd) Many server processe...

Post a Comment

emo-but-icon
:noprob:
:smile:
:shy:
:trope:
:sneered:
:happy:
:escort:
:rapt:
:love:
:heart:
:angry:
:hate:
:sad:
:sigh:
:disappointed:
:cry:
:fear:
:surprise:
:unbelieve:
:shit:
:like:
:dislike:
:clap:
:cuff:
:fist:
:ok:
:file:
:link:
:place:
:contact:

item