HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <ul><li>index.html</li>
1 <ul><li>index.html</li>
2 <li>style.css</li>
2 <li>style.css</li>
3 </ul><p>HTML</p>
3 </ul><p>HTML</p>
4 <p>&lt;!DOCTYPE html&gt; &lt;html lang="en"&gt; &lt;head&gt; &lt;meta charset="utf-8"&gt; &lt;title&gt;Adaptive menu, part 2&lt;/title&gt; &lt;link href="course.css" rel="stylesheet"&gt; &lt;link href="style.css" rel="stylesheet"&gt; &lt;/head&gt; &lt;body class="subtle"&gt; &lt;header&gt; &lt;div class="logo"&gt; &lt;img src="img/keksby.svg" alt=""&gt; &lt;/div&gt; &lt;div class="menu"&gt; &lt;div&gt; &lt;a href="#"&gt;Meat&lt;/a&gt; &lt;/div&gt; &lt;div&gt; &lt;a href="#"&gt;Fish&lt;/a&gt; &lt;/div&gt; &lt;div&gt; &lt;a href="#"&gt;Milk&lt;/a&gt; &lt;/div&gt; &lt;div&gt; &lt;a href="#"&gt;Cheese&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;/header&gt; &lt;/body&gt; &lt;/html&gt;</p>
4 <p>&lt;!DOCTYPE html&gt; &lt;html lang="en"&gt; &lt;head&gt; &lt;meta charset="utf-8"&gt; &lt;title&gt;Adaptive menu, part 2&lt;/title&gt; &lt;link href="course.css" rel="stylesheet"&gt; &lt;link href="style.css" rel="stylesheet"&gt; &lt;/head&gt; &lt;body class="subtle"&gt; &lt;header&gt; &lt;div class="logo"&gt; &lt;img src="img/keksby.svg" alt=""&gt; &lt;/div&gt; &lt;div class="menu"&gt; &lt;div&gt; &lt;a href="#"&gt;Meat&lt;/a&gt; &lt;/div&gt; &lt;div&gt; &lt;a href="#"&gt;Fish&lt;/a&gt; &lt;/div&gt; &lt;div&gt; &lt;a href="#"&gt;Milk&lt;/a&gt; &lt;/div&gt; &lt;div&gt; &lt;a href="#"&gt;Cheese&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;/header&gt; &lt;/body&gt; &lt;/html&gt;</p>
5 <p>Thanks! We’ll fix everything at once!</p>
5 <p>Thanks! We’ll fix everything at once!</p>
6 <p>You’ve gone to a different page</p>
6 <p>You’ve gone to a different page</p>
7 <p>Click inside the mini-browser to shift the focus onto this window.</p>
7 <p>Click inside the mini-browser to shift the focus onto this window.</p>
8 <p>100%</p>
8 <p>100%</p>
9 <ol><li>In the .menu between the two div elements with the text Fish and Milk add another div element with the text link Sour Cream.</li>
9 <ol><li>In the .menu between the two div elements with the text Fish and Milk add another div element with the text link Sour Cream.</li>
10 <li>Then assign the menu the width 80%.</li>
10 <li>Then assign the menu the width 80%.</li>
11 </ol>
11 </ol>