Q.1.
What will be the output of the following CSS code snippet? span { border: 1px solid red; outline: green dotted thick; }
Q.2.
Which of the following CSS property sets the shadow for a box element?
Q.3.
Which of the following CSS property is used to set the color of the text?
Q.4.
Which of the following CSS Property controls how an element is positioned?
Q.5.
Which of the following CSS selector selects the elements that are checked?
Q.6.
Which of the following is an appropriate value for the overflow element?
Q.7.
Which of the following CSS property is used to specify table borders in CSS?
Q.8.
Which of the following property is used to align the text in a table?
Q.9.
Which of the following CSS Property sets the stacking order of positioned elements?
Q.10.
What will be the output of the following CSS code? div { border-width:5px; border-style:dotted solid double dashed; }
Q.11.
Which of the following property allows a marquee to be used in the case of a text-overflow?
Q.12.
Which of the following CSS property defines the space between cells in a table?
Q.13.
Which of the following CSS3 property can be used to allow line breaks within words?