πŸ“Š CSS
Q. Which is not the value for CSS transition?
  • (A) translate
  • (B) property
  • (C) delay
  • (D) transition-duration
πŸ’¬ Discuss
βœ… Correct Answer: (A) translate

Explanation: CSS3 transition allows to change one CSS rule to another CSS rule gradually rather than instantaneously within a specific duration. There are four values specified in the syntax namely property, timing-function, transition-duration and delay.

πŸ“Š CSS
Q. CSS3 transition is not supported by ________
  • (A) Safari 3.1
  • (B) Firefox 4
  • (C) Internet Explorer 9
  • (D) Internet Explorer 10
πŸ’¬ Discuss
βœ… Correct Answer: (C) Internet Explorer 9
πŸ“Š CSS
Q. What is CSS stands for?
  • (A) Cascading Style Sheets
  • (B) Cascade Style Sheet
  • (C) Color Style Sheets
  • (D) Color Style Sheet
πŸ’¬ Discuss
βœ… Correct Answer: (A) Cascading Style Sheets