Multiple choice technology web technology

Which is not a keyword in jquery html manipulations

  1. prepend

  2. middle

  3. append

  4. before

Reveal answer Fill a bubble to check yourself
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.