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. Prefix for linear gradient commands in Firefox






2. Prefix for linear gradient commands in Safari & Chrome






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






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






5. border shorthand syntax






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






7. To format the space between a bullet and text in an unordered list style some left padding on the _____ element within the list






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






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






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






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






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






13. HTML tag used for embedded styles






14. A rule to remove bullets from a list






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






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






17. There are ____ descriptive color names






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






19. [ ] are indicative of _______ selectors






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






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






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






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






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






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






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






27. Attribute for an external style sheet






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






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






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






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






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






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






34. HSL: Hue - Saturation - ______






35. _______ are predefined classes that apply to specific conditions






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






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






38. Shorthand for background property






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






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






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






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






43. _____ measurements are recommended for font sizes






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






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






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






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






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






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






50. List alignments work best with ____ measurements