Google News
logo
Jsoup - Quiz(MCQ)
Which of the following method returns the child components of an HTML element?
A)
Child()
B)
Children()
C)
Get_child()
D)
Parent_children()

Correct Answer :   Children()


Explanation : Children() method returns the child components of an HTML element.

Advertisement