πŸ“Š CSS
Q. Which of the following CSS Property sets the stacking order of positioned elements?
  • (A) y-index
  • (B) z-index
  • (C) x-index
  • (D) all of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (B) z-index
πŸ“Š CSS
Q. What will be the output of the following CSS code?
Code:
div {
    border-width:5px;	
    border-style:dotted solid double dashed;
}
  • (A) Box having dotted bottom outline, solid right outline, double top outline and dashed left outline
  • (B) Box having dotted bottom outline, solid left outline, double top outline and dashed left outline
  • (C) Box having dotted top outline, solid right outline, double bottom outline and dashed left outline
  • (D) Box having dotted top outline, solid left outline, double bottom outline and dashed right outline
πŸ’¬ Discuss
βœ… Correct Answer: (C) Box having dotted top outline, solid right outline, double bottom outline and dashed left outline
πŸ“Š CSS
Q. Which of the following property allows a marquee to be used in the case of a text-overflow?
  • (A) overflow-marquee
  • (B) overflow-style
  • (C) overflow-text
  • (D) none of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (B) overflow-style
πŸ“Š CSS
Q. Which of the following CSS property defines the space between cells in a table?
  • (A) border-spacing
  • (B) border-style
  • (C) border
  • (D) none of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (A) border-spacing
πŸ“Š CSS
Q. Which of the following CSS3 property can be used to allow line breaks within words?
  • (A) line-break
  • (B) line-wrap
  • (C) word-wrap
  • (D) word-break
πŸ’¬ Discuss
βœ… Correct Answer: (D) word-break
πŸ“Š CSS
Q. Which of the following CSS3 property can be used to allow line breaks within words?
  • (A) line-break
  • (B) line-wrap
  • (C) word-wrap
  • (D) word-break
πŸ’¬ Discuss
βœ… Correct Answer: (D) word-break
πŸ“Š 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
  • (B) padding
  • (C) border-collapse
  • (D) border-width
πŸ’¬ Discuss
βœ… Correct Answer: (D) border-width
πŸ“Š CSS
Q. Identify the CSS property defining bottom-left corner shape of the border?
  • (A) border-radius
  • (B) border-corner-radius
  • (C) border-bottom-left-radius
  • (D) border-left-radius
πŸ’¬ Discuss
βœ… Correct Answer: (C) border-bottom-left-radius
πŸ“Š CSS
Q. Select the CSS property that sets the width of an element’s bottom border?
  • (A) border-width
  • (B) border-bottom
  • (C) border-width-down
  • (D) border-bottom-width
πŸ’¬ Discuss
βœ… Correct Answer: (D) border-bottom-width
πŸ“Š CSS
Q. Which of the following CSS property border-color property sets the color of an element’s four borders?
  • (A) border-background
  • (B) border-background-color
  • (C) border-color
  • (D) all of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (C) border-color