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. To mark a rule so that it will override any other rules






2. _______ are predefined classes that apply to specific conditions






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






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






5. h2+p { margin-top: .5em} is an example of a _____ selector






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






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






8. h2~p { margin-left: 2em; } is an example of a ______ selector






9. In a set of possibly conflicting rules the one that is mentioned _____ is the one that will be used and all other things being equal






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






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






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






13. HTML tag used for embedded styles






14. _____ measurements are recommended for font sizes






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






16. Attribute specifying the location of an external style sheet






17. A rule to remove bullets from a list






18. h1, h2, h3 {color: blue;} is an example of _____






19. Prefix for linear gradient commands in Firefox






20. CSS is a special language used just for _____






21. HSLA: Hue - Saturation - Lightness - _____






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






23. Shortcut HEX code for #FF99AA






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






25. Wildcard (universal selector) to select all elements






26. Attribute for an external style sheet






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






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






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






30. 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


31. 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 ______






32. Shorthand for background property






33. box-shadow syntax: _________: horzOffset vertOffset blurRadius spread color; (not comma separated)






34. Prefix for linear gradient commands in Safari & Chrome






35. Linear gradient syntax






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






37. [ ] are indicative of _______ selectors






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






39. border shorthand syntax






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






41. In a navigation list (vertical): To make the entire box for a link ____ you can set the display property for the <a> elements to block and use padding to provide the space around the links






42. List alignments work best with ____ measurements






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






44. Three ways to specify colors in traditional CSS:color name - RGB - _______






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






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






47. The delimiter symbol for multiple selectors for the same rule set






48. The colon (:) is indicative of __________






49. HSL: Hue - Saturation - ______






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