mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-08-31 01:14:08 +08:00
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:
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>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user