There is folder which contains multiple html files. You have to provide a program which will extract the html keywords from provided files. Select the appropriate Python library which can be used to achieve it.

Questions & AnswersCategory: PythonThere is folder which contains multiple html files. You have to provide a program which will extract the html keywords from provided files. Select the appropriate Python library which can be used to achieve it.
Geek Boy Staff asked 2 years ago

There is folder which contains multiple html files. You have to provide a program which will extract the html keywords from provided files. Select the appropriate Python library which can be used to achieve it.
a. import bs4
b. import json
c. import html Parser
d. import xmltodict