ChallengeChallenge

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

Task

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.

Everything was clear?

Section 1. Chapter 11
toggle bottom row