Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge: HTML Elements | Beautiful Soup: Part I
Web Scraping with Python

Challenge: HTML ElementsChallenge: HTML Elements

Завдання

You will work with the same page. In this task, you need to iterate over unordered list (the <ul> element) and print all its elements. Follow the next steps:

  1. Iterate over all children of the ul element using the el as iterator.
  2. Within each loop step, display the iterated element (el).

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

Секція 2. Розділ 4
toggle bottom row
course content

Зміст курсу

Web Scraping with Python

Challenge: HTML ElementsChallenge: HTML Elements

Завдання

You will work with the same page. In this task, you need to iterate over unordered list (the <ul> element) and print all its elements. Follow the next steps:

  1. Iterate over all children of the ul element using the el as iterator.
  2. Within each loop step, display the iterated element (el).

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

Секція 2. Розділ 4
toggle bottom row
some-alt