Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge: Attributes | Beautiful Soup: Part II
course content

Course Content

Web Scraping with Python

Challenge: AttributesChallenge: Attributes

Task

Here you will work on the page about Christ the Redeemer as in the previous task.

  1. Print the attributes of the first <p> tag.
  2. Print only the text of the first <ul> tag.

Everything was clear?

Section 3. Chapter 2
toggle bottom row
course content

Course Content

Web Scraping with Python

Challenge: AttributesChallenge: Attributes

Task

Here you will work on the page about Christ the Redeemer as in the previous task.

  1. Print the attributes of the first <p> tag.
  2. Print only the text of the first <ul> tag.

Everything was clear?

Section 3. Chapter 2
toggle bottom row
some-alt