HTML Structure
Let's review the previous chapter where we discussed a basic HTML page along with its corresponding code.
index.html
Unlike Python, indentation is not mandatory in HTML, but it is strongly recommended. In the code provided above, you can observe multiple levels of tag nesting. For instance, the <h2>
and <p>
elements are nested within the <body>
element. In this context, the <h2>
and <p>
tags are regarded as children of the <body>
element, with the <body>
element serving as the parent. We can represent the structure of this document as follows.
Takk for tilbakemeldingene dine!
Spør AI
Spør AI
Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår
Awesome!
Completion rate improved to 4.35
HTML Structure
Sveip for å vise menyen
Let's review the previous chapter where we discussed a basic HTML page along with its corresponding code.
index.html
Unlike Python, indentation is not mandatory in HTML, but it is strongly recommended. In the code provided above, you can observe multiple levels of tag nesting. For instance, the <h2>
and <p>
elements are nested within the <body>
element. In this context, the <h2>
and <p>
tags are regarded as children of the <body>
element, with the <body>
element serving as the parent. We can represent the structure of this document as follows.
Takk for tilbakemeldingene dine!