HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <p>Let’s summarize the main points.</p>
1 <p>Let’s summarize the main points.</p>
2 <p>You have completed Muffin’s assignment. Congratulations! You developed templates for the main and internal pages of the website. At the same time, you familiarized yourself with how to mark up HTML pages, and you studied the tags that are used to create the major structural blocks on these pages. In the following chapters, we will fill these templates with real content.</p>
2 <p>You have completed Muffin’s assignment. Congratulations! You developed templates for the main and internal pages of the website. At the same time, you familiarized yourself with how to mark up HTML pages, and you studied the tags that are used to create the major structural blocks on these pages. In the following chapters, we will fill these templates with real content.</p>
3 <p>Let’s take another look at the result. The website blocks are displayed in the browser in the same order in which they were entered in the code, and they are shown one on top of the other in a single column.</p>
3 <p>Let’s take another look at the result. The website blocks are displayed in the browser in the same order in which they were entered in the code, and they are shown one on top of the other in a single column.</p>
4 <p>But for the moment we are still designing the website, right? Therefore, we can rearrange the blocks and get an idea of how they will look in a different layout. It is CSS and not HTML that is responsible for determining the positioning of blocks in the browser. This division of functions is very convenient: we can experiment with the positioning of blocks and their appearance without changing the markup.</p>
4 <p>But for the moment we are still designing the website, right? Therefore, we can rearrange the blocks and get an idea of how they will look in a different layout. It is CSS and not HTML that is responsible for determining the positioning of blocks in the browser. This division of functions is very convenient: we can experiment with the positioning of blocks and their appearance without changing the markup.</p>
5 <p>Later we will study CSS in more detail and learn about how we can control the appearance of page elements. For now, let’s simply link other styles to &lt;head&gt;. These styles describe a different page layout.</p>
5 <p>Later we will study CSS in more detail and learn about how we can control the appearance of page elements. For now, let’s simply link other styles to &lt;head&gt;. These styles describe a different page layout.</p>
6 <p>In this and subsequent chapters, you are able to download an archive with the current version of your layout. You can download it and see for yourself how everything is structured. Here is <a>the link</a>to the first intermediate version.</p>
6 <p>In this and subsequent chapters, you are able to download an archive with the current version of your layout. You can download it and see for yourself how everything is structured. Here is <a>the link</a>to the first intermediate version.</p>