Which of the following is used to parse and manipulate HTML in Node.js?
A) cheerio
B) jsdom
C) htmlparser2
D) all of the above
Answer: D
Explanation: cheerio, jsdom, and htmlparser2 are all used to parse and manipulate HTML in Node.js.