Examveda

What is the purpose of using CSS selectors in web scraping?

A. To control browser rendering

B. To style scraped data

C. To locate elements in HTML documents

D. To convert data to CSS format

Answer: Option C

Solution (By Examveda Team)

CSS selectors are used to locate elements in HTML documents for scraping.

This Question Belongs to Python Program >> Web Scraping With Python

Join The Discussion

Related Questions on Web Scraping with Python