πŸ“Š CSS
Q. The @font-face rules assign different names to the regular and bold versions of the font.State true or false.
  • (A) False
  • (B) True
  • (C) NA
  • (D) NA
πŸ’¬ Discuss
βœ… Correct Answer: (B) True
πŸ“Š CSS
Q. Which of the following property sets a variation of the specified or default font family?
  • (A) font-variant
  • (B) font-weight
  • (C) fonts
  • (D) font-style
πŸ’¬ Discuss
βœ… Correct Answer: (A) font-variant
πŸ“Š CSS
Q. Which of the following property specifies whether an element is an accelerator indicator or not?
  • (A) jump-start
  • (B) animation
  • (C) accelerator
  • (D) push
πŸ’¬ Discuss
βœ… Correct Answer: (C) accelerator
πŸ“Š CSS
Q. Which of the following property sets the style of a font?
  • (A) style
  • (B) @font-face
  • (C) font
  • (D) font-style
πŸ’¬ Discuss
βœ… Correct Answer: (D) font-style
πŸ“Š CSS
Q. Which of the following media query describe describes the height of the screen or full height of the output page?
  • (A) device-height
  • (B) resolution
  • (C) aspect-ratio
  • (D) height
πŸ’¬ Discuss
βœ… Correct Answer: (A) device-height
πŸ“Š CSS
Q. Which of the following media query describe the ratio of the width to the height of the media?
  • (A) resolution
  • (B) ratio
  • (C) aspect-ratio
  • (D) None
πŸ’¬ Discuss
βœ… Correct Answer: (C) aspect-ratio
πŸ“Š CSS
Q. Which of the following media query describe output style portrait if height is greater than or equal to width, landscape if the opposite?
  • (A) orientation
  • (B) resolution
  • (C) monochrome
  • (D) grid
πŸ’¬ Discuss
βœ… Correct Answer: (A) orientation
πŸ“Š CSS
Q. Which of the following font format is supported by all the latest browser?
  • (A) WOFF
  • (B) SVG
  • (C) WOFF2
  • (D) EOT
πŸ’¬ Discuss
βœ… Correct Answer: (A) WOFF
πŸ“Š CSS
Q. Which of the following is not value for the font-stretch(Font descriptor)?
  • (A) expanded
  • (B) ultra-expanded
  • (C) normal
  • (D) 50%
πŸ’¬ Discuss
βœ… Correct Answer: (D) 50%
πŸ“Š CSS
Q. Which of the following is used to associate a font name to be used in a style sheet with some downloadable font?
  • (A) @media
  • (B) !important
  • (C) @font-face
  • (D) @charset
πŸ’¬ Discuss
βœ… Correct Answer: (C) @font-face