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. Shorthand for background property






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






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






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






5. HSL: Hue - Saturation - ______






6. There are ____ descriptive color names






7. To mark a rule so that it will override any other rules






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






9. A rule to remove bullets from a list






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






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






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






13. _______ are predefined classes that apply to specific conditions






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






15. HSLA: Hue - Saturation - Lightness - _____






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






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






18. Attribute specifying the location of an external style sheet






19. The colon (:) is indicative of __________






20. Attribute for an external style sheet






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






22. Default for the media attribute






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






24. CSS is a special language used just for _____






25. Shorthand border syntax






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






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






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






29. Shortcut HEX code for #FF99AA






30. Prefix for linear gradient commands in Opera






31. HTML5 structural tags in older browsers must be styled as _____ elements






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






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






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






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






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






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






38. _____ measurements are recommended for font sizes






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






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






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






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






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






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






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






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






47. List alignments work best with ____ measurements






48. border shorthand syntax






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






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