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

bookInspecting Pages

メニューを表示するにはスワイプしてください

How do you interact with a website? Can you access its HTML structure? Yes, you can. Most browsers include tools that let you examine the structure of any webpage you visit. You can also make temporary changes, but they are visible only to you. This set of tools is known 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.

question mark

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

正しい答えを選んでください

すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 1.  4

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

セクション 1.  4
some-alt