There is a folder which contains multiple html files, you have to provide a program which will extract the html keywords from provided files. Which Python library can be used to achieve it? You can select Multiple options: 1. import bs4 2. import html.parser 3. import json 4. import xmltodict
Answers
Answered by
1
Answer:import html.parser
I hope this helps :)
Please mark my answer as the brainliest answer!!
Thank you!!
Similar questions