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. The 'external' space or 'force field' between an element & it's containing element






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






3. There are ____ descriptive color names






4. _______ are predefined classes that apply to specific conditions






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






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






7. A rule to remove bullets from a list






8. HSLA: Hue - Saturation - Lightness - _____






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






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






11. Default for the media attribute






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






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






14. HSL: Hue - Saturation - ______






15. border shorthand syntax






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






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






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






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






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






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






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






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






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






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






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






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






28. Prefix for linear gradient commands in Opera






29. Use this 'flavor' of selector if you want to target multiple elements on a page with the same styling






30. The colon (:) is indicative of __________






31. Linear gradient syntax






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






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






34. List alignments work best with ____ measurements






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






36. HTML tag used for embedded styles






37. _____ measurements are recommended for font sizes






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






39. [ ] are indicative of _______ selectors






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






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






42. Some users with special needs may have set up a ______ which have a higher ranking in the 'cascade'






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






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






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






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






47. Attribute for an external style sheet






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






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






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