fix: div closed and URL converted to uppercase (#69257)

Signed-off-by: Manoj Sri Sai Bodapudi <145566590+mannoz369@users.noreply.github.com>
Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com>
This commit is contained in:
Manoj Sri Sai Bodapudi
2026-08-03 22:53:58 +05:30
committed by GitHub
parent efb234f29a
commit f243077bac
@@ -9,7 +9,7 @@ dashedName: step-86
The menu looks good, but other than the coffee beans background image, it is mainly just text.
Under the `Coffee` heading, add an image using the url `https://cdn.freecodecamp.org/curriculum/css-cafe/coffee.jpg`. Give the image an `alt` value of `coffee icon`.
Under the `Coffee` heading, add an image using the URL `https://cdn.freecodecamp.org/curriculum/css-cafe/coffee.jpg`. Give the image an `alt` value of `coffee icon`.
# --hints--
@@ -105,6 +105,7 @@ assert.match(imageAltValue, /coffee icon/i);
<p class="address">123 Free Code Camp Drive</p>
</address>
</footer>
</div>
</body>
</html>
```