Test Series - css

Test Number 8/59

Q: Which of the following is not an Absolute Unit?
A. px
B. em
C. pt
D. mm
Solution: em is a Relative Unit
Q: Which of the following unit represent the viewport’s width?
A. vh
B. vmin
C. vw
D. ch
Solution: Self-explainatory.
Q: Which of the following property sets in a shorthand form any or all background properties?
A. color
B. wrap
C. background
D. all of the mentioned
Solution: Syntax: background: background-color
Q: Which of the following Color Format can also be defined using the keyword rgb, followed by three numbers between 0 and 255, contained in parentheses and separated by commas, with no spaces between them?
A. RGB Color
B. RGBa Color
C. HSL Color
D. HSLa Color
Solution: p {color:rgb(0%,10%,50%);}
Q: Which of the following is not a attribute of the audio element?
A. controls
B. src
C. check
D. loop
Solution: Self-explainatory.
Q: Which of the following element is used to specify multiple media resources for media elements like audio and video?
A. 
B. 
C. 
Q: Which of the following attribute specifies the URL of the linked resource?
A. src
B. link
C. rel
D. href
Solution: href attribute specifies the URL of the linked resource. A URL might be absolute or relative.
Q: Which of the following color has this value #ff0000?
A. blue
B. green
C. red
D. yellow
Solution: Self-explainatory.

You Have Score    /10