Home »
MCQs »
Jsoup MCQs
Which of the following method returns the HTML content of an HTML element?
4. Which of the following method returns the HTML content of an HTML element?
- Get_HTML()
- Html()
- Get()
- Return_html()
Answer: B) Html()
Explanation:
html() method returns the HTML content of an HTML element.