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

Course Content

Web Scraping with Python

Challenge: HTML Elements 2Challenge: HTML Elements 2

Task

You will work with the same page. In this task, you need to save all the <p> elements in a variable, and then display all the occurrences and number of the element in a html structure. Follow the next steps:

  1. Assign all the occurrences of <p> elements to the p variable.
  2. Output number of elements within the p variable (p is a list).

Everything was clear?

Section 2. Chapter 6
toggle bottom row
course content

Course Content

Web Scraping with Python

Challenge: HTML Elements 2Challenge: HTML Elements 2

Task

You will work with the same page. In this task, you need to save all the <p> elements in a variable, and then display all the occurrences and number of the element in a html structure. Follow the next steps:

  1. Assign all the occurrences of <p> elements to the p variable.
  2. Output number of elements within the p variable (p is a list).

Everything was clear?

Section 2. Chapter 6
toggle bottom row
some-alt