Home »
MCQs »
Jsoup MCQs
Which of the following method returns the child components of an HTML element?
19. Which of the following method returns the child components of an HTML element?
- Child()
- Children()
- Parent_children()
- Get_child()
Answer: B) Children()
Explanation:
Children() method returns the child components of an HTML element.