Course Content
Web Scraping with Python
Web Scraping with Python
Challenge 3: Text from HTML Elements
Swipe to show code editor
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
Swipe to show code editor
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
Swipe to show code editor
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!
Swipe to show code editor
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.