Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Inspecting Pages | 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

book
Inspecting Pages

How do we interact with a website? Can we access its HTML structure? The answer is yes. Most browsers provide features that allow you to examine the structure of any webpage you're visiting. You can even make temporary changes to a page, but these alterations will only be visible to you. This suite of tools is commonly referred to as DevTools.

To access DevTools in the Chrome browser, right-click on any part of the page and select Inspect from the menu that appears. For example, open the Test page. Right-click anywhere on the page and click the Inspect button. Now you can examine the webpage structure and make any changes you like.

Task

Head to the following page.

What is stored inside the second `<div>` element (which is a children of the `<body>` element)?

What is stored inside the second <div> element (which is a children of the <body> element)?

Виберіть правильну відповідь

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

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 1. Розділ 4
We're sorry to hear that something went wrong. What happened?
some-alt