HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <p><strong>Achieving Effortless Mastery</strong></p>
1 <p><strong>Achieving Effortless Mastery</strong></p>
2 <p>Variable practice is key to mastering something effortlessly.</p>
2 <p>Variable practice is key to mastering something effortlessly.</p>
3 <p>That’s why, to help you apply this approach, we've put together some mastery challenges with different difficulty levels for this topic. This challenge is the first one, other challenges can be found<a>here</a>.</p>
3 <p>That’s why, to help you apply this approach, we've put together some mastery challenges with different difficulty levels for this topic. This challenge is the first one, other challenges can be found<a>here</a>.</p>
4 <p>Once you complete these challenges, you'll be solving tasks twice as fast! That means you've really nailed the skill and are ready to move on to more advanced topics.</p>
4 <p>Once you complete these challenges, you'll be solving tasks twice as fast! That means you've really nailed the skill and are ready to move on to more advanced topics.</p>
5 <p>Mastery challenges are optional for finishing the chapter and are available to subscribers.</p>
5 <p>Mastery challenges are optional for finishing the chapter and are available to subscribers.</p>
6 <p><strong>Solution</strong></p>
6 <p><strong>Solution</strong></p>
7 <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>
7 <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>
8 &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 1&lt;/title&gt; &lt;link rel="stylesheet" href="outlines-extra-challenge-1.css"&gt; &lt;link rel="stylesheet" href="style.css"&gt; &lt;/head&gt; &lt;body&gt; &lt;header&gt; &lt;h1&gt;New Website&lt;/h1&gt; &lt;nav&gt; &lt;p&gt;Menu&lt;/p&gt; &lt;/nav&gt; &lt;/header&gt; &lt;main&gt; &lt;section&gt; &lt;p&gt;Content&lt;/p&gt; &lt;/section&gt; &lt;aside&gt; &lt;p&gt;Block&lt;/p&gt; &lt;/aside&gt; &lt;/main&gt; &lt;footer&gt; &lt;p&gt;Information&lt;/p&gt; &lt;/footer&gt; &lt;/body&gt; &lt;/html&gt;
8 &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 1&lt;/title&gt; &lt;link rel="stylesheet" href="outlines-extra-challenge-1.css"&gt; &lt;link rel="stylesheet" href="style.css"&gt; &lt;/head&gt; &lt;body&gt; &lt;header&gt; &lt;h1&gt;New Website&lt;/h1&gt; &lt;nav&gt; &lt;p&gt;Menu&lt;/p&gt; &lt;/nav&gt; &lt;/header&gt; &lt;main&gt; &lt;section&gt; &lt;p&gt;Content&lt;/p&gt; &lt;/section&gt; &lt;aside&gt; &lt;p&gt;Block&lt;/p&gt; &lt;/aside&gt; &lt;/main&gt; &lt;footer&gt; &lt;p&gt;Information&lt;/p&gt; &lt;/footer&gt; &lt;/body&gt; &lt;/html&gt;