πŸ“Š CSS
Q. Which of the following CSS property is used to represent the overflowed text which is not visible to the user?
  • (A) text-shadow
  • (B) text-stroke
  • (C) text-overflow
  • (D) text-decoration
πŸ’¬ Discuss
βœ… Correct Answer: (C) text-overflow
πŸ“Š CSS
Q. The CSS property which is used to define the set the difference between two lines of your content is -
  • (A) min-height property
  • (B) max-height property
  • (C) line-height property
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (C) line-height property
πŸ“Š CSS
Q. Which of the following CSS property is used to add stroke to the text?
  • (A) text-stroke property
  • (B) text-transform property
  • (C) text-decoration property
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (A) text-stroke property
πŸ“Š CSS
Q. Which of the following CSS property is used to set the blend mode for each background layer of an element?
  • (A) background-blend-mode property
  • (B) background-collapse property
  • (C) background-transform property
  • (D) background-origin property
πŸ’¬ Discuss
βœ… Correct Answer: (A) background-blend-mode property
πŸ“Š CSS
Q. Which of the following CSS property is used to set the horizontal alignment of a table-cell box or the block element?
  • (A) text-align property
  • (B) text-transform property
  • (C) text-shadow property
  • (D) text-decoration
πŸ’¬ Discuss
βœ… Correct Answer: (A) text-align property
πŸ“Š CSS
Q. The CSS property which is used to set the text wider or narrower compare to the default width of the font is
  • (A) font-stretch property
  • (B) font-weight property
  • (C) text-transform property
  • (D) font-variant property
πŸ’¬ Discuss
βœ… Correct Answer: (A) font-stretch property
πŸ“Š CSS
Q. Which of the following CSS property is used to specify the type of quotation mark?
  • (A) quotes property
  • (B) z-index property
  • (C) hyphens property
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (A) quotes property
πŸ“Š CSS
Q. The CSS property used to specify the order of flex item in the grid container is -
  • (A) order property
  • (B) float property
  • (C) overflow property
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (A) order property
πŸ“Š CSS
Q. The CSS property used to set the indentation of the first line in a block of text is
  • (A) text-indent property
  • (B) text-stroke property
  • (C) text-decoration property
  • (D) text-overflow property
πŸ’¬ Discuss
βœ… Correct Answer: (A) text-indent property
πŸ“Š CSS
Q. Which of the following CSS property creates a clipping region and specifies the visible area of the element?
  • (A) visibility property
  • (B) background-clip property
  • (C) clip-path property
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (C) clip-path property