πŸ“Š CSS
Q. Which of the following property allows long text, such as a URL, to be broken if it would otherwise over?
  • (A) word-wrap
  • (B) text-indent
  • (C) text-overflow
  • (D) text-transform
πŸ’¬ Discuss
βœ… Correct Answer: (A) word-wrap
πŸ“Š CSS
Q. Which of the following property applies one or more shadows to text?
  • (A) word-shadow
  • (B) shadow
  • (C) text-shadow
  • (D) shadowed
πŸ’¬ Discuss
βœ… Correct Answer: (C) text-shadow
πŸ“Š CSS
Q. Which of the following property specifies what line decorations, if any, are added to the text?
  • (A) text-line-decoration
  • (B) text-decoration-line
  • (C) text-style-decoration
  • (D) text-decoration-style
πŸ’¬ Discuss
βœ… Correct Answer: (B) text-decoration-line
πŸ“Š CSS
Q. Which of the following property controls how spaces and word wrapping are handled?
  • (A) white-space
  • (B) word-spacing
  • (C) spacing
  • (D) text-space
πŸ’¬ Discuss
βœ… Correct Answer: (A) white-space
πŸ“Š CSS
Q. Which of the following property sets the alignment of the last line of a text block?
  • (A) text-transform
  • (B) text-indent
  • (C) overflow-wrap
  • (D) text-align-last
πŸ’¬ Discuss
βœ… Correct Answer: (D) text-align-last
πŸ“Š CSS
Q. Which of the following font-variant property render text using the same letter case as in the underlying code?
  • (A) normal
  • (B) bold
  • (C) small-caps
  • (D) All of above
πŸ’¬ Discuss
βœ… Correct Answer: (A) normal
πŸ“Š CSS
Q. Which of the following property converts text to initial capitals, all uppercase, or all lowercase?
  • (A) text
  • (B) text-uppercase
  • (C) text-transform
  • (D) text-decoration
πŸ’¬ Discuss
βœ… Correct Answer: (C) text-transform
πŸ“Š CSS
Q. Which of the following font-weight property make the text lighter in relation to its parent?
  • (A) strong
  • (B) normal
  • (C) unfocus
  • (D) lighter
πŸ’¬ Discuss
βœ… Correct Answer: (D) lighter
πŸ“Š CSS
Q. Which of the following Property controls the display of small caps?
  • (A) font-weight
  • (B) font-style
  • (C) font-size
  • (D) font-variant
πŸ’¬ Discuss
βœ… Correct Answer: (D) font-variant
πŸ“Š CSS
Q. Which of the following property sets the size of the font?
  • (A) font-weight
  • (B) font-size
  • (C) font-variant
  • (D) font-style
πŸ’¬ Discuss
βœ… Correct Answer: (B) font-size