Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge: Count Number of Images | Getting Acquainted with HTML
Web Scraping with Python
course content

Зміст курсу

Web Scraping with Python

Web Scraping with Python

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

Challenge: Count Number of Images

Now that you've opened and read the page, let's attempt to extract some information from it!

Завдання

The page you accessed in the previous challenge has already been loaded, read, and decoded. Your tasks are as follows:

  1. Count the number of div tags within the web_page.
  2. Count the number of images (img) within the web_page.

Since elements may have certain attributes, use the '<div' and '<img' as elements to look for.

Завдання

The page you accessed in the previous challenge has already been loaded, read, and decoded. Your tasks are as follows:

  1. Count the number of div tags within the web_page.
  2. Count the number of images (img) within the web_page.

Since elements may have certain attributes, use the '<div' and '<img' as elements to look for.

Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів

Все було зрозуміло?

Секція 1. Розділ 11
toggle bottom row

Challenge: Count Number of Images

Now that you've opened and read the page, let's attempt to extract some information from it!

Завдання

The page you accessed in the previous challenge has already been loaded, read, and decoded. Your tasks are as follows:

  1. Count the number of div tags within the web_page.
  2. Count the number of images (img) within the web_page.

Since elements may have certain attributes, use the '<div' and '<img' as elements to look for.

Завдання

The page you accessed in the previous challenge has already been loaded, read, and decoded. Your tasks are as follows:

  1. Count the number of div tags within the web_page.
  2. Count the number of images (img) within the web_page.

Since elements may have certain attributes, use the '<div' and '<img' as elements to look for.

Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів

Все було зрозуміло?

Секція 1. Розділ 11
toggle bottom row

Challenge: Count Number of Images

Now that you've opened and read the page, let's attempt to extract some information from it!

Завдання

The page you accessed in the previous challenge has already been loaded, read, and decoded. Your tasks are as follows:

  1. Count the number of div tags within the web_page.
  2. Count the number of images (img) within the web_page.

Since elements may have certain attributes, use the '<div' and '<img' as elements to look for.

Завдання

The page you accessed in the previous challenge has already been loaded, read, and decoded. Your tasks are as follows:

  1. Count the number of div tags within the web_page.
  2. Count the number of images (img) within the web_page.

Since elements may have certain attributes, use the '<div' and '<img' as elements to look for.

Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів

Все було зрозуміло?

Now that you've opened and read the page, let's attempt to extract some information from it!

Завдання

The page you accessed in the previous challenge has already been loaded, read, and decoded. Your tasks are as follows:

  1. Count the number of div tags within the web_page.
  2. Count the number of images (img) within the web_page.

Since elements may have certain attributes, use the '<div' and '<img' as elements to look for.

Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Секція 1. Розділ 11
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
We're sorry to hear that something went wrong. What happened?
some-alt