Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ HTML Structure | Getting Acquainted with HTML
Web Scraping with Python

bookHTML Structure

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

Review the previous chapter where you explored a basic HTML page and its corresponding code.

index.html

index.html

copy

Unlike Python, indentation is not required in HTML, but it is highly recommended. In the code above, you can see multiple levels of tag nesting. For example, the <h2> and <p> elements are nested inside the <body> element. In this case, the <h2> and <p> tags are the children of the <body> element, and the <body> element is their parent. The structure of this document can be represented as follows:

question mark

You are given a simple HTML page. Choose the correct statements.

すべての正しい答えを選択

すべて明確でしたか?

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

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

セクション 1.  3

AIに質問する

expand

AIに質問する

ChatGPT

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

セクション 1.  3
some-alt