Зміст курсу
Web Scraping with Python
Web Scraping with Python
3. Working with Element Attributes in Beautiful Soup
Challenge: Attributes
Завдання
Swipe to start coding
You will work on the page about Christ the Redeemer as in the previous task.
- Print the attributes of the first
<p>
tag. - Print only the text of the first
<ul>
tag.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 3. Розділ 2
Challenge: Attributes
Завдання
Swipe to start coding
You will work on the page about Christ the Redeemer as in the previous task.
- Print the attributes of the first
<p>
tag. - Print only the text of the first
<ul>
tag.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 3. Розділ 2