πŸ“Š CSS
Q. Which of the following property defines a shadow effect for text?
  • (A) img-shadow
  • (B) text-shadow
  • (C) box-shadow
  • (D) None of above
πŸ’¬ Discuss
βœ… Correct Answer: (D) None of above
πŸ“Š CSS
Q. Which of the following property sets the shadow for a box element?
  • (A) canvas-shadow
  • (B) shadow
  • (C) box-shadow
  • (D) set-shadow
πŸ’¬ Discuss
βœ… Correct Answer: (D) set-shadow
πŸ“Š CSS
Q. Which of the following property defines in a shorthand form the width, style, and color for the top border of an element?
  • (A) border-width
  • (B) border-top
  • (C) border-style
  • (D) border-height
πŸ’¬ Discuss
βœ… Correct Answer: (B) border-top
πŸ“Š CSS
Q. Which of the following property defines the space between cells in a table?
  • (A) border
  • (B) spacing
  • (C) border-spacing
  • (D) auto
πŸ’¬ Discuss
βœ… Correct Answer: (C) border-spacing
πŸ“Š CSS
Q. Which of the following property defines the color of an element’s right border?
  • (A) border-color
  • (B) border-right
  • (C) border-right-colors
  • (D) border-right-color
πŸ’¬ Discuss
βœ… Correct Answer: (D) border-right-color
πŸ“Š CSS
Q. Which of the following property defines the border-width, border-style and border-color of an element’s top border in a single declaration?
  • (A) border-top-style
  • (B) border-top-corner
  • (C) border
  • (D) border-top
πŸ’¬ Discuss
βœ… Correct Answer: (D) border-top
πŸ“Š CSS
Q. Which of the following CSS property border-color property sets the color of an element’s four borders?
  • (A) border-color
  • (B) border-background-color
  • (C) border-background
  • (D) All of above
πŸ’¬ Discuss
βœ… Correct Answer: (A) border-color
πŸ“Š CSS
Q. Select the CSS property that sets the width of an element’s bottom border?
  • (A) border-bottom
  • (B) border-width-down
  • (C) border-bottom-width
  • (D) border-width
πŸ’¬ Discuss
βœ… Correct Answer: (C) border-bottom-width
πŸ“Š CSS
Q. Which of the following CSS property defines the different properties of all four sides of an element’s border in a single declaration?
  • (A) border-width
  • (B) border
  • (C) padding
  • (D) border-collapse
πŸ’¬ Discuss
βœ… Correct Answer: (A) border-width
πŸ“Š CSS
Q. Which of the following box-sizing property value is described by width and height include content, padding, and borders?
  • (A) content-box
  • (B) content-box
  • (C) border-box
  • (D) All of above
πŸ’¬ Discuss
βœ… Correct Answer: (C) border-box