πŸ“Š CSS
Q. Which of the following specifies the width of an outline?
  • (A) outline-size
  • (B) outline-width
  • (C) outline-height
  • (D) both outline-size and outline-width
πŸ’¬ Discuss
βœ… Correct Answer: (B) outline-width
πŸ“Š CSS
Q. Which of the following value specifies a solid outline?
  • (A) bold
  • (B) rock
  • (C) solid
  • (D) dashed
πŸ’¬ Discuss
βœ… Correct Answer: (C) solid
πŸ“Š CSS
Q. What does all media type is used for?
  • (A) For use with all devices
  • (B) For use with speech synthesizers
  • (C) For use with handheld devices
  • (D) For use with tactile Braille devices
πŸ’¬ Discuss
βœ… Correct Answer: (A) For use with all devices
πŸ“Š CSS
Q. What does projection media type is used for?
  • (A) For use with projected media (direct computer-to-projector presentations), or printing transparencies for projection.
  • (B) For use with color computer screens
  • (C) For use with handheld devices
  • (D) For use with television-type devices
πŸ’¬ Discuss
βœ… Correct Answer: (A) For use with projected media (direct computer-to-projector presentations), or printing transparencies for projection.
πŸ“Š CSS
Q. What does tty media type is used for ?
  • (A) For use with Braille printers.
  • (B) a) For use with low-resolution teletypes, terminals, or other devices with limited display capabilities
  • (C) For use with speech synthesizers.
  • (D) For use with projected media (direct computer-to-projector presentations), or printing transparencies for projection.
πŸ’¬ Discuss
βœ… Correct Answer: (B) a) For use with low-resolution teletypes, terminals, or other devices with limited display capabilities
πŸ“Š CSS
Q. What does braille media type is used for?
  • (A) For use with all devices
  • (B) For use with speech synthesizers
  • (C) For use with handheld devices
  • (D) For use with tactile Braille devices
πŸ’¬ Discuss
βœ… Correct Answer: (B) For use with speech synthesizers
πŸ“Š CSS
Q. What does aural media type is used for?
  • (A) For use with low-resolution teletypes, terminals, or other devices with limited display capabilities
  • (B) For use with Braille printers
  • (C) For use with speech synthesizers
  • (D) For use with projected media (direct computer-to-projector presentations), or printing transparencies for projection
πŸ’¬ Discuss
βœ… Correct Answer: (C) For use with speech synthesizers
πŸ“Š CSS
Q. The __________ rule makes it possible to define different style rules for different media types in the same stylesheet.
  • (A) audio/video
  • (B) sink
  • (C) @media
  • (D) @canvas
πŸ’¬ Discuss
βœ… Correct Answer: (C) @media
πŸ“Š CSS
Q. What is the way to specify media dependencies for style sheets ?
  • (A) Specify the target medium from a style sheet with the @media or @import at-rules b) Specify the target medium within the document language
  • (B) Specify the target medium within the document language
  • (C) both Specify the target medium from a style sheet with the @media or @import at-rules and Specify the target medium within the document language
  • (D) none of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (C) both Specify the target medium from a style sheet with the @media or @import at-rules and Specify the target medium within the document language
πŸ“Š CSS
Q. ____________ types are mutually exclusive in the sense that a user agent can only support one media type when rendering a document.
  • (A) tv
  • (B) tty
  • (C) media
  • (D) audio
πŸ’¬ Discuss
βœ… Correct Answer: (C) media