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. Attribute specifying the location of an external style sheet






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






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






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






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






6. Prefix for linear gradient commands in Firefox






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






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






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






10. _______ are predefined classes that apply to specific conditions






11. Shortcut HEX code for #FF99AA






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






13. List alignments work best with ____ measurements






14. Attribute for an external style sheet






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






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






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






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






19. Shorthand for background property






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






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






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






23. Wildcard (universal selector) to select all elements






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






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






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






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






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






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






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






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






32. [ ] are indicative of _______ selectors






33. HTML tag used for embedded styles






34. Linear gradient syntax






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






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






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






38. Default for the media attribute






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






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






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






42. Prefix for linear gradient commands in Opera






43. Because different browsers have different default margins for block elements you often need to ________ those values using the * (wildcard) selector and set the margins explicitly






44. _____ measurements are recommended for font sizes






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






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






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






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






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






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