Multiple choice technology web technology

which is not a jquery css syntax?

  1. css(object)

  2. css(name)

  3. css(name,value)

  4. css({properties})

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This question is poorly designed. Options B, C, and D are all valid jQuery CSS method syntaxes, while option A (css(object)) is ambiguous. If 'object' means a plain object, then css({properties}) already covers that case. The question likely intends to test knowledge of valid CSS() method signatures, but all standard syntaxes are represented in B, C, and D, making the question confusing.