Multiple choice technology web technology

which is a jquery method for size manipulation

  1. calc()

  2. height()

  3. average()

  4. max()

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

The jQuery height() method is used to get or set the height of elements. Options A (calc), C (average), and D (max) are not valid jQuery methods - calc() is a CSS function, while average() and max() are not standard jQuery methods for size manipulation.