0 added
0 removed
Original
2026-01-01
Modified
2026-03-09
1
<p>We have finished with the text on the main page. Let’s mark up the text on the internal page as well.</p>
1
<p>We have finished with the text on the main page. Let’s mark up the text on the internal page as well.</p>
2
<p>On the main page we included the heading <h1> in the website header. This is a typical solution for main pages. On internal pages, the first level heading is most often found in the main content, meaning inside the <main> tag.</p>
2
<p>On the main page we included the heading <h1> in the website header. This is a typical solution for main pages. On internal pages, the first level heading is most often found in the main content, meaning inside the <main> tag.</p>
3
<p>For example, on the current blog page, it is best to enclose the heading for the post itself in <h1> tags. After all, this is the most important heading. The whole page is devoted to “How I forgot to feed the cat on Day One”!</p>
3
<p>For example, on the current blog page, it is best to enclose the heading for the post itself in <h1> tags. After all, this is the most important heading. The whole page is devoted to “How I forgot to feed the cat on Day One”!</p>
4
<p>We will place this heading in <article> inside <main>.</p>
4
<p>We will place this heading in <article> inside <main>.</p>
5
<p>In the page <header> we will include a paragraph with the text Blog instead of the header. And this paragraph will be repeated in the header of all internal pages. It serves to explain to the visitor that this section of the website is the blog.</p>
5
<p>In the page <header> we will include a paragraph with the text Blog instead of the header. And this paragraph will be repeated in the header of all internal pages. It serves to explain to the visitor that this section of the website is the blog.</p>
6
<p>As part of this assignment, let’s break the text of the blog post into separate paragraphs, in the same way that we did it in <a>previous assignment</a>.</p>
6
<p>As part of this assignment, let’s break the text of the blog post into separate paragraphs, in the same way that we did it in <a>previous assignment</a>.</p>