CSS Quiz # 12

Instructions
Quiz: CSS Quiz # 12
Total Questions: 30 MCQs
Time: 30 Minutes

Note

  • Do not refresh the page while taking the test.
  • Results along with correct answers will be shown at the end of the test.
CSS Quiz # 12
Question 1 of 30
00:00
  • What does the following selector do: element[foo]

  • What is the CSS shorthand to set a borders top to 10, bottom to 5, left to 20 and right to 1 pixel?

  • Fonts such as Times New Roman which have spaces in between must be wrapped inside ______

  • The elements after the floating element will...

  • Which values can be used to set text direction?

  • What are the correct values for "float" property?

  • Which element is a block element?

  • Which of the following is true for the max-width property?

  • What is the purpose of line-height?

  • When determining hexadecimal colors, which value is the highest?

  • Which of the following elements will be matched by the CSS selector: div[class*="foo"] ?

  • The pseudo selector ":nth-child(2n)" can also be written as:

  • Which of the following color values is invalid?

  • Which value of the border style property can look as though it were embedded in the canvas?

  • Which of the following elements will be matched by this CSS selector: div[class|="foo"] ?

  • Which property is used to specify typefaces ?

  • What does the outline-offset property do?

  • The First step of transition is

  • Select the correct value to set the background to silver for even rows.

  • Which of these is NOT a CSS pseudo-class?

  • Which would you use to write shorthand css to affect the outline properties?

  • Which of the following tells the browser where you want to apply the rule?

  • how to set multiple images in background through css

  • What does the following declaration accomplish? div{background-color: rgba(255,255,255,0.8); }

  • The following is an example of which type of CSS selector? E > F

  • Where will a block level element appear in relations to the previous element in the document (by default)?

  • The box model consists of which of the following:

  • What does "Cascading" in CSS refer to?

  • To ensure consistent behavior when the user resizes text, font-size should be declared in units of:

  • Which of the following specifies what the style actually does?