📊 CSS
Q. What will be the output of following CSS code snippet?
Code:
h1 {color: red text-decoration: underline; font-style: italic;}
  • (A) color: red, text-decoration: underline works
  • (B) only font-style: italic works
  • (C) color: red, text-decoration: underline and font-style: italic all works
  • (D) text-decoration: underline and font-style: italic works
💬 Discuss
✅ Correct Answer: (B) only font-style: italic works
📊 CSS
Q. Which of the following are the CSS Extension Prefixes for Webkit?
  • (A) -chrome
  • (B) -web
  • (C) -o-
  • (D) -webkit
💬 Discuss
✅ Correct Answer: (D) -webkit
📊 CSS
Q. Which of the following is the correct syntax to link an external style sheet in the HTML file?
  • (A)
  • (B)
  • (C)