Test your basic knowledge |

Subject : it-skills
Instructions:
  • Answer 50 questions in 15 minutes.
  • If you are not ready to take this test, you can study here.
  • Match each statement with the correct term.
  • Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.

This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. h2+p { margin-top: .5em} is an example of a _____ selector






2. In a navigation bar (horizontal): Code <a> elements nested in <li> elements of an _____ list and style the <li> elements as inline using the display property






3. Rules with a higher _____ are the ones that will be used






4. Attribute specifying the location of an external style sheet






5. Shorthand for background property






6. These 'flavors' of selectors are often used by JavaScript






7. The 'internal' space between content area & border






8. Three ways to provide styles: external style sheet - ________- style attributes applied to a single element (inline)






9. * [ href ] { font-size: 95%; } is an example of a(n) _____ selector






10. Keyword with 'background' that specifies whether an image scrolls with the document or remains in a fixed position

Warning: Invalid argument supplied for foreach() in /var/www/html/basicversity.com/show_quiz.php on line 183


11. Linear gradient syntax






12. Four 'flavors' of relational selectors: ________ - adjacent sibling - child (not supported by some older browsers like IE6) - general sibling (new to CSS3)






13. HSL: Hue - Saturation - ______






14. An HTML element may be a selector (<p> for example). This is known as a rule that selects by ______






15. ________ are selectors that let you select a portion of text






16. Shorthand border syntax






17. Keyword with 'background' that specifies if and how an image repeats






18. To make sure someone who can't use a mouse has the same experience as a 'mouser' style the :hover pseudo-class the same as the ______






19. HTML tag used for embedded styles






20. Wildcard (universal selector) to select all elements






21. #main { padding: 1em;} is an example of a selector made by _____






22. Keyword with 'background' that specifies the initial horizontal and vertical positions of an image






23. The default width of an element:As wide as the ______ that contains it






24. CSS is a special language used just for _____






25. Sequence in which styles are applied: _______ - embedded - inline






26. Rule to remove underlining in a hyperlink that hasn't yet been visited






27. Five common CSS pseudo classes:link - _______ - active - hover - focus






28. Two common pseudo-elements: ______ - first-line






29. Prefix for linear gradient commands in Safari & Chrome






30. border shorthand syntax






31. #main>p{ font-size: 11pt; } is an example of a ______ selector






32. The p.highlight selector is more _____ than the .highlight selector






33. Three common CSS3 pseudo-classes: first-child - last-child - _______






34. Prefix for linear gradient commands in Firefox






35. Zeroing out the default browser styles using the wildcard selector (*) is often call using the _____ selector






36. Tag used to bring CSS into a web page from an external source






37. Shortcut HEX code for #FF99AA






38. Attribute for an external style sheet






39. Two new box model properties in CSS3: border-radius and ________






40. .right {text-align: right;} is an example of a selector made by _______






41. Backwards compatibility for ________ & rounded corners & shadows -moz-border-radius & -moz-box-shadow






42. In order of most to least specificity by selector type: id, (class, attribute, _____), (element or pseudo-element)






43. Backwards compatibility for __________ & shadows -webkit-box-shadow






44. A rule to remove a hyperlink border from around an image hyperlink






45. The ____ attribute is used to specify the platform that the style sheet is for (mobile - print etc)






46. _____ measurements are recommended for font sizes






47. _______ Memory Aid: TRBL ('trouble' = top, right, bottom, left)






48. The 'external' space or 'force field' between an element & it's containing element






49. The colon (:) is indicative of __________






50. HSLA: Hue - Saturation - Lightness - _____