CSS MCQ Set Paper 1
CSS MCQ Set Paper 1
[Marks]1
[Negative Marks]0
Q.5) If We Want define style for an unique element, then which Css
selector will we use?
[a]simple
[b]text
[c]name
*[d]id
Q.9) How will you make all paragraph elements red in color?
Q.15) If you want to use a green dotted border around an image, which
CSS property is used for that?
[a] border-style
[b] border-color
[c] border-decoration
*[d] Both [a] and [b] options are correct
Q.16) Which CSS property specifies how to align the last line of a text?
[a] text-align
*[b] text-align-last
[c] last-text-align
[d] text-align-last-line
Q.17) Which of the following is the correct way to apply CSS Styles?
[a] text-size
*[b] font-size
[c] text
[d] size
Q.19) Which of the following is not the property of the CSS box model?
[a] height
[b] width
[c] margin
*[d] color
Q.20) Which of the following CSS property specifies the look and design
of an outline?
[a]outline-font
[b] outline-format
*[c] outline-style
[d] none of the mentioned
[a] Box having dotted bottom outline, solid right outline, double top
outline and dashed left outline
[b] Box having dotted bottom outline, solid left outline, double top
outline and dashed left outline
*[c] Box having dotted top outline, solid right outline, double bottom
outline and dashed left outline
[d] Box having dotted top outline, solid left outline, double bottom
outline and dashed right outline
[a] border-radius
[b] border-corner-radius
*[c] border-bottom-left-radius
[d] border-left-radius
Q.27) 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] border
*[b] p
[c] 2px
[d] None of these