Which is not a keyword in jquery html manipulations
-
prepend
-
middle
-
append
-
before
B
Correct answer
Explanation
jQuery provides prepend() (insert at beginning), append() (insert at end), and before() (insert before element) as standard DOM manipulation methods. 'middle' is not a valid jQuery method for HTML manipulation, making it the correct answer to this negative question.