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><!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Adaptive menu, part 2</title> <link href="course.css" rel="stylesheet"> <link href="style.css" rel="stylesheet"> </head> <body class="subtle"> <header> <div class="logo"> <img src="img/keksby.svg" alt=""> </div> <div class="menu"> <div> <a href="#">Meat</a> </div> <div> <a href="#">Fish</a> </div> <div> <a href="#">Milk</a> </div> <div> <a href="#">Cheese</a> </div> </div> </header> </body> </html></p>
4
<p><!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Adaptive menu, part 2</title> <link href="course.css" rel="stylesheet"> <link href="style.css" rel="stylesheet"> </head> <body class="subtle"> <header> <div class="logo"> <img src="img/keksby.svg" alt=""> </div> <div class="menu"> <div> <a href="#">Meat</a> </div> <div> <a href="#">Fish</a> </div> <div> <a href="#">Milk</a> </div> <div> <a href="#">Cheese</a> </div> </div> </header> </body> </html></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>