HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <ul><li>Theory</li>
1 <ul><li>Theory</li>
2 <li>Theory</li>
2 <li>Theory</li>
3 </ul><h2>Text Markup, Mastery Challenge 8</h2>
3 </ul><h2>Text Markup, Mastery Challenge 8</h2>
4 <p>You need to use the tags you learned in the chapter on<a>text markup</a>. Follow the example and choose the appropriate text tags.</p>
4 <p>You need to use the tags you learned in the chapter on<a>text markup</a>. Follow the example and choose the appropriate text tags.</p>
5 <p>This additional version of the<a>challenge</a>is designed to reinforce your text markup skills.</p>
5 <p>This additional version of the<a>challenge</a>is designed to reinforce your text markup skills.</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;Historical Events in Space&lt;/title&gt; &lt;link rel="stylesheet" href="style.css"&gt; &lt;/head&gt; &lt;body&gt; &lt;h1&gt;Historical Events in Space&lt;/h1&gt; &lt;p&gt;In 1969, the first launch of a lunar rover took place. This historical event opened new horizons in space exploration.&lt;/p&gt; &lt;p&gt;Over the years, scientists improved technologies, creating more advanced devices. &lt;ins&gt;Since then&lt;/ins&gt;, space exploration has continued to develop.&lt;/p&gt; &lt;p&gt;&lt;del&gt;Modern research includes achievements such as rovers on Mars and automatic stations.&lt;/del&gt;&lt;/p&gt; &lt;dl&gt; &lt;dt&gt;&lt;strong&gt;Key Events&lt;/strong&gt;&lt;/dt&gt; &lt;dd&gt;1969 - launch of the lunar rover&lt;/dd&gt; &lt;dd&gt;1973 - launch of the Mars rover&lt;/dd&gt; &lt;dd&gt;2020 - mission to Mars&lt;/dd&gt; &lt;/dl&gt; &lt;ul&gt; &lt;li&gt;Modern research: &lt;ul&gt; &lt;li&gt;Mars rovers&lt;/li&gt; &lt;li&gt;Automatic stations&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;/ul&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;Historical Events in Space&lt;/title&gt; &lt;link rel="stylesheet" href="style.css"&gt; &lt;/head&gt; &lt;body&gt; &lt;h1&gt;Historical Events in Space&lt;/h1&gt; &lt;p&gt;In 1969, the first launch of a lunar rover took place. This historical event opened new horizons in space exploration.&lt;/p&gt; &lt;p&gt;Over the years, scientists improved technologies, creating more advanced devices. &lt;ins&gt;Since then&lt;/ins&gt;, space exploration has continued to develop.&lt;/p&gt; &lt;p&gt;&lt;del&gt;Modern research includes achievements such as rovers on Mars and automatic stations.&lt;/del&gt;&lt;/p&gt; &lt;dl&gt; &lt;dt&gt;&lt;strong&gt;Key Events&lt;/strong&gt;&lt;/dt&gt; &lt;dd&gt;1969 - launch of the lunar rover&lt;/dd&gt; &lt;dd&gt;1973 - launch of the Mars rover&lt;/dd&gt; &lt;dd&gt;2020 - mission to Mars&lt;/dd&gt; &lt;/dl&gt; &lt;ul&gt; &lt;li&gt;Modern research: &lt;ul&gt; &lt;li&gt;Mars rovers&lt;/li&gt; &lt;li&gt;Automatic stations&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/body&gt; &lt;/html&gt;