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 'internal' space between content area & border






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






3. The colon (:) is indicative of __________






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






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






6. Shorthand border syntax






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






8. Prefix for linear gradient commands in Safari & Chrome






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






10. Attribute specifying the location of an external style sheet






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






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






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






14. CSS is a special language used just for _____






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






16. _______ are predefined classes that apply to specific conditions






17. Default for the media attribute






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






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






20. border shorthand syntax






21. HSL: Hue - Saturation - ______






22. Prefix for linear gradient commands in Opera






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






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






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






26. _____ measurements are recommended for font sizes






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






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






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






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






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






32. There are ____ descriptive color names






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






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






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






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






37. Prefix for linear gradient commands in Firefox






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






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






40. Linear gradient syntax






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






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






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






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






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






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






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






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






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






50. List alignments work best with ____ measurements