Q12
What is the BeautifulSoup library used for in web scraping?
A.
Sending HTTP requests
B.
Rendering JavaScript
C.
Extracting data from HTML and XML
AnswerD.
Creating web forms
Answer: Option C
Solution
Answer: Option C
Solution:
BeautifulSoup is used for extracting data from HTML and XML documents.