HTML Structure
メニューを表示するにはスワイプしてください
Review the previous chapter where you explored a basic HTML page and its corresponding code.
index.html
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:
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 3
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください
セクション 1. 章 3