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
Web Scraping with Python
course content

Contenido del Curso

Web Scraping with Python

Web Scraping with Python

1. Getting Acquainted with HTML
2. Beautiful Soup: Part I
3. Beautiful Soup: Part II

bookChallenge: HTML Elements 2

Tarea

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).

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 2. Capítulo 6
toggle bottom row

bookChallenge: HTML Elements 2

Tarea

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).

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 2. Capítulo 6
toggle bottom row

bookChallenge: HTML Elements 2

Tarea

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).

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Tarea

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).

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
Sección 2. Capítulo 6
Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
some-alt