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. Three ways to provide styles: external style sheet - ________- style attributes applied to a single element (inline)






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






3. List alignments work best with ____ measurements






4. Attribute specifying the location of an external style sheet






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






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






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






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






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






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






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






12. Prefix for linear gradient commands in Safari & Chrome






13. CSS is a special language used just for _____






14. border shorthand syntax






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






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






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






18. What does this do? padding: 2px, 4px, 6px, 8px;






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






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






21. Shorthand for background property






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






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






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






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






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






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






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






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






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






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






32. Keyword with 'background' that specifies whether an image scrolls with the document or remains in a fixed position


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






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






35. HTML tag used for embedded styles






36. A rule to remove bullets from a list






37. HSLA: Hue - Saturation - Lightness - _____






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






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






40. _____ measurements are recommended for font sizes






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






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






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






44. _______ are predefined classes that apply to specific conditions






45. Wildcard (universal selector) to select all elements






46. [ ] are indicative of _______ selectors






47. Shorthand border syntax






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






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






50. In a navigation bar (horizontal): Code <a> elements nested in <li> elements of an _____ list and style the <li> elements as inline using the display property