CSS Quiz # 14

Instructions
Quiz: CSS Quiz # 14
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 # 14
Question 1 of 30
00:00
  • Which of the following is invalid ?

  • Which list-style-type property renders a filled circle?

  • What does the following mean: ul[id^="name-here"]

  • What has the greatest specificity?

  • When styling links, a:active must come _____ a:hover.

  • What property defines whether background images scroll along with the element when the document is scrolled?

  • What is the cascading order (from lowest to highest priority) when there are multiple styles specified for an HTML element?

  • What would the following do? tr:nth-child(2n){background-color: red; }

  • What is the default align for <tfoot>?

  • In which position it will be calculated from the upper left corner of the parent layer?

  • What is absolute positioning?

  • Which of the following is correct for the word-wrap Property?

  • True or False: The :first-line pseudo-element applies special styles to the contents of all but the first formatted line of a paragraph.

  • Which one is not a correct value of clear property?

  • If an element appears before a floated element that element will...

  • Which properties allow specifying the formatting rules for the textual content on a Web page?

  • Which of these is not a valid generic font-family?

  • Which CSS code is used to wrap a long unbroken text to prevent it from expanding outside the parent container?

  • Which of the following is correct for specifying the print media type?

  • When using the font-family property which of the following is typically NOT the last font listed?

  • What is the effect of using a negative number in a padding declaration? Example: p {padding-top: -10px;}

  • What is the adjacent sibling selector?

  • What is the default value of position: ?

  • Which vertical-align value is not correct?

  • In which position will be calculated from that exact spot in the middle of your page where it was added?

  • Which of the following properties is MOST likely to increase the amount of time it takes the browser to repaint?

  • If the link to the external css is placed after the embedded css in the <head>...

  • Which of the following is correct CSS syntax for using font property?

  • Which value of display property is NOT valid?

  • How can you blur text?