Google News
logo
Jsoup - Quiz(MCQ)
Which of the following method returns the HTML content of an HTML element?
A)
Html()
B)
Get()
C)
Get_HTML()
D)
Return_html()

Correct Answer :   Html()


Explanation : html() method returns the HTML content of an HTML element.

Advertisement