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. An HTML element may be a selector (<p> for example). This is known as a rule that selects by ______






2. Default for the media attribute






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






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


5. List alignments work best with ____ measurements






6. Three ways to code CSS3 colors: _____ - HSL - HSLA






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






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






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






10. Height of a box: top margin + top border + top padding + ______ + bottom padding + bottom border + bottom margin






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






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






13. _______ are predefined classes that apply to specific conditions






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






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






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






17. If a bottom margin encounters an adjacent top margin they are _____ and the larger margin is applied






18. #main li { color: green;} is an example of a _____ selector






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






20. Prefix for linear gradient commands in Opera






21. Width of a box: left margin + left border + left padding + _____ + right padding + right border + right margin






22. The ______ keyword is typically used for centering an element in it's containing (parent) block - but to do that you must also specify the width of the element






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






24. URL for bringing in a JavaScript 'shiv' or 'shim' for elements to be used in older browsers






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






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






27. Six properties for setting heights & widths: width - height - ______- max-width - min-height - max-height






28. There are ____ descriptive color names






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






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






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






32. Shorthand border syntax






33. border shorthand syntax






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






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






36. Attribute for an external style sheet






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






38. Attribute specifying the location of an external style sheet






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






40. CSS is a special language used just for _____






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






42. HSLA: Hue - Saturation - Lightness - _____






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






44. What does this do? padding: 2px, 4px, 6px, 8px;






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






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






47. HSL: Hue - Saturation - ______






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






49. Linear gradient syntax






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