Course Content
Web Scraping with Python
Web Scraping with Python
Challenge 3: Text from HTML Elements
Task
You are given a web page. Complete the following tasks:
- Print all the attributes of all the
<a>
elements. - Print all the text of all the
<p>
elements.
Thanks for your feedback!
Challenge 3: Text from HTML Elements
Task
You are given a web page. Complete the following tasks:
- Print all the attributes of all the
<a>
elements. - Print all the text of all the
<p>
elements.
Thanks for your feedback!
Challenge 3: Text from HTML Elements
Task
You are given a web page. Complete the following tasks:
- Print all the attributes of all the
<a>
elements. - Print all the text of all the
<p>
elements.
Thanks for your feedback!
Task
You are given a web page. Complete the following tasks:
- Print all the attributes of all the
<a>
elements. - Print all the text of all the
<p>
elements.