πŸ“Š CSS
Q. The CSS property used to set the distance between the borders of the adjacent cells in the table is -
  • (A) border-collapse
  • (B) border-radius
  • (C) border-spacing
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (A) border-collapse
πŸ“Š CSS
Q. Which of the following selector in CSS is used to select the elements that do not match the selectors?
  • (A) :! selector
  • (B) :not selector
  • (C) :empty selector
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (B) :not selector
πŸ“Š CSS
Q. Which of the following is not a type of combinator?
  • (A) >
  • (B) ~
  • (C) +
  • (D) *
πŸ’¬ Discuss
βœ… Correct Answer: (D) *
πŸ“Š CSS
Q. Which of the following CSS property defines how an image or video fits into container with established height and width?
  • (A) object-fit
  • (B) object-position
  • (C) position
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (A) object-fit
πŸ“Š CSS
Q. Which type of CSS is used in the below code?
Code:
<p style = "border:2px solid red;">  
  • (A) Inline CSS
  • (B) Internal CSS
  • (C) External CSS
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (A) Inline CSS
πŸ“Š CSS
Q. Which of the following CSS property specifies the origin of the background-image?
  • (A) background-origin
  • (B) background-attachment
  • (C) background-size
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (A) background-origin
πŸ“Š CSS
Q. The CSS property used to set the maximum width of the element's content box is -
  • (A) max-width property
  • (B) height property
  • (C) max-height property
  • (D) position property
πŸ’¬ Discuss
βœ… Correct Answer: (A) max-width property
πŸ“Š CSS
Q. Which if the following CSS function allows us to perform calculations?
  • (A) calc() function
  • (B) calculator() function
  • (C) calculate() function
  • (D) cal() function
πŸ’¬ Discuss
βœ… Correct Answer: (A) calc() function
πŸ“Š CSS
Q. The CSS property used to set the maximum height of the element's content box is -
  • (A) max-width property
  • (B) height property
  • (C) max-height property
  • (D) position property
πŸ’¬ Discuss
βœ… Correct Answer: (C) max-height property
πŸ“Š CSS
Q. The CSS property used to set the minimum width of the element's content box is -
  • (A) max-width property
  • (B) min-width property
  • (C) width property
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (B) min-width property