Home »
MCQs »
Jsoup MCQs
Which of the following method is used to find elements in a document that matches a CSS-style selector?
6. Which of the following method is used to find elements in a document that matches a CSS-style selector?
- Select()
- Append()
- Clean()
Answer: A) Select()
Explanation:
Select() method is used to find elements in a document that matches a CSS-style selector.