Home »
MCQs »
jQuery MCQs
Which jQuery method is used to get or set the height of an HTML element?
84. Which jQuery method is used to get or set the height of an HTML element?
- cssHeight()
- CssHeight()
- height()
- getHeight()
Answer: C) height()
Explanation:
The jQuery method height() is used to get or set the height of an HTML element.