Test Series - css

Test Number 38/59

Q: Which of the following values are zccepted by the float Property?
A. left
B. right
C. none
D. all of the mentioned
Solution: Self-explainatory.
Q: Which of the following property is used to control the behavior of floating elements?
A. format
B. clean
C. clear
D. remove
Solution: Self-explainatory.
Q: The default value for the float property is right.State true or false.
A. True
B. False
C. 
D. 
Solution: The default value for this property is none.
Q: In what direction does float will work?

 img {
    float: right;
	}
A. left
B. top
C. bottom
D. right
Solution: none
Q: Which of the following property allows elements to be offset, rotated, scaled, and skewed in a variety of different ways?
A. transform-style
B. transform
C. transition
D. transform-origin
Solution: none
Q: Which of the following property is used to define how nested items are rendered in a 3-D space, the choice being either flattened or with their dimensions preserved?
A. transition-duration
B. transition-delay
C. transition
D. transform-style
Solution: Syntax: transform-style: flat
Q: Which of the following property is used to define the time it takes one iteration of an animation to play?
A. transition-property
B. transition-timing
C. transition-duration
D. user-select
Solution: Syntax transition-duration: time [,time]*
where time is a valid time value like 5s or 3500ms. The default value of time is 0, meaning no animation plays.
Q: Which of the following property sets the distance between an element’s right border and the rightmost edge of its content?
A. auto
B. padding-left
C. padding-right
D. padding-top
Solution: Syntax: padding-right: length | percentage | auto
Q: Which of the following property is used to control page breaks when printing a document after the bound element box ends?
A. page-inside
B. page-break-after
C. page-break-inside
D. page-break-before
Solution: Syntax: page-break-after: always | auto
Q: Which of the following property defines the style of quotation marks to be used with embedded quotations?
A. article
B. para
C. quote
D. quotes
Solution: Syntax: quotes: quote-pair1 ... quote-pairN | none

You Have Score    /10