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. A CSS _____ (or rule) consists of a property - a colon - a value and a semicolon






2. Hyphenated properties (like 'font-family') must not include ________






3. In a printed document set the width of the body and article to _____ so they will be as wide as the printed page permits






4. Attribute describing how a style sheet is related to an XHTML file it is connected to (complete statement)






5. Given: p {color:red;text-align:center;} p is the selector there are 2 declarations and the entire style is known as a ________






6. When using an XHTML tag selector you must not use it with it's ________






7. You must specify a unit of measure with a ________ making sure there is no space between the value and its unit of measure






8. A CSS ______ consists of a selector and a declaration block






9. Spaces are _________






10. CSS is about _________






11. Multiword properties are _____ words






12. Delimiters for a rule's declaration(s)






13. Content Padding Border Margin






14. Each CSS and each style rule is comprised of 2 parts: the ________ and the declaration block






15. In the absence of other conflicting rules or declarations the order of declarations within a given rule is _________






16. These tags are often (always?) nested in the <map> tag block






17. Applied directly to the elements they affect






18. Comic Sans is in the _____ font family






19. Recommendations for formatting printed pages: Set text color to black & background color to white & font to serif; remove _________ and as many images as possible






20. Defines a group of elements






21. The amount of space between characters






22. Comment structure for CSS






23. Within a style sheet you can specify a rule set or group of rule sets for the printed page by coding ________






24. Javascript is about _________






25. CSS requires heavy use and understanding of the _____ of web page structure






26. It is possible for a user to __________ style sheets from a web page






27. Courier is in the _____ font family






28. Colors can be specified in CSS by either color names or _______






29. Empty tag used to connect an external style sheet to a web page






30. Ornamental part of some fonts






31. Every CSS declaration has a ____ and a value






32. If you don't want an element to be included when a page is printed you can set its display property to _____






33. A CSS ___________ consists of an opening brace & zero or more declarations and a closing brace






34. The space between lines of text






35. Syntax shell for writing styles in a given web page (internal style sheets)






36. Height of the default font






37. Common name for { } 's






38. Symbol used to specify an 'id' selector






39. Property for background color






40. One way to do image rollovers is to use ______ images and the hover selector






41. The semicolon (;) after a declaration can be __________






42. Commands to attach external style sheets to a given page should be placed in the _____ of the web page






43. HTML comment block syntax






44. Comments in CSS cannot be _________






45. Symbol used to specify a 'class' selector






46. To set margins and padding on printed pages you can use ____ as the unit of measure






47. CSS requires that you know the _______ structural commands






48. When you provide a link element for both screen and print you usually code the link element for the ____ style sheet last so you only have to override the rules that need to be changed






49. A CSS rule that removes all images from a site






50. XHTML syntax for connecting an external style sheet to a given webpage if the name of the sheet is 'sitestyles.css'