HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <p>You need to use the tags that you studied in the chapter about the<a>structure of an HTML document</a>. Refer to the sample, the tag structure can be understood from the captions for the blocks.</p>
1 <p>You need to use the tags that you studied in the chapter about the<a>structure of an HTML document</a>. Refer to the sample, the tag structure can be understood from the captions for the blocks.</p>
2 <p>This additional version of the<a>challenge</a>is designed to reinforce your skills in creating the structure of an HTML document.</p>
2 <p>This additional version of the<a>challenge</a>is designed to reinforce your skills in creating the structure of an HTML document.</p>
3 <p><strong>Solution</strong></p>
3 <p><strong>Solution</strong></p>
4 <p>The solution to the challenge will be available in a few minutes. Use it if you encounter difficulties. In the meantime, try to complete the challenge on your own.</p>
4 <p>The solution to the challenge will be available in a few minutes. Use it if you encounter difficulties. In the meantime, try to complete the challenge on your own.</p>
5 &lt;!DOCTYPE html&gt; &lt;html lang="en"&gt; &lt;head&gt; &lt;meta charset="utf-8"&gt; &lt;title&gt;HTML Document Structure, Reinforcement 5&lt;/title&gt; &lt;link rel="stylesheet" href="outlines-extra-challenge-5.css"&gt; &lt;link rel="stylesheet" href="style.css"&gt; &lt;/head&gt; &lt;body&gt; &lt;header&gt; &lt;h1&gt;Home&lt;/h1&gt; &lt;/header&gt; &lt;main&gt; &lt;nav&gt; &lt;p&gt;Menu&lt;/p&gt; &lt;/nav&gt; &lt;section&gt; &lt;p&gt;Topic 1&lt;/p&gt; &lt;p&gt;Topic 2&lt;/p&gt; &lt;/section&gt; &lt;aside&gt; &lt;p&gt;Additional&lt;/p&gt; &lt;/aside&gt; &lt;/main&gt; &lt;footer&gt; &lt;p&gt;Contacts&lt;/p&gt; &lt;/footer&gt; &lt;/body&gt; &lt;/html&gt;
5 &lt;!DOCTYPE html&gt; &lt;html lang="en"&gt; &lt;head&gt; &lt;meta charset="utf-8"&gt; &lt;title&gt;HTML Document Structure, Reinforcement 5&lt;/title&gt; &lt;link rel="stylesheet" href="outlines-extra-challenge-5.css"&gt; &lt;link rel="stylesheet" href="style.css"&gt; &lt;/head&gt; &lt;body&gt; &lt;header&gt; &lt;h1&gt;Home&lt;/h1&gt; &lt;/header&gt; &lt;main&gt; &lt;nav&gt; &lt;p&gt;Menu&lt;/p&gt; &lt;/nav&gt; &lt;section&gt; &lt;p&gt;Topic 1&lt;/p&gt; &lt;p&gt;Topic 2&lt;/p&gt; &lt;/section&gt; &lt;aside&gt; &lt;p&gt;Additional&lt;/p&gt; &lt;/aside&gt; &lt;/main&gt; &lt;footer&gt; &lt;p&gt;Contacts&lt;/p&gt; &lt;/footer&gt; &lt;/body&gt; &lt;/html&gt;