mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-30 03:03:06 -05:00
fix(curriculum): change alt text in example to match the image (#45777)
This commit is contained in:
@@ -27,7 +27,7 @@ Ideally the `alt` attribute should not contain special characters unless needed.
|
||||
Let's add an `alt` attribute to our `img` example above:
|
||||
|
||||
```html
|
||||
<img src="https://www.freecatphotoapp.com/your-image.jpg" alt="A business cat wearing a necktie.">
|
||||
<img src="https://www.freecatphotoapp.com/your-image.jpg" alt="freeCodeCamp logo">
|
||||
```
|
||||
|
||||
# --instructions--
|
||||
|
||||
Reference in New Issue
Block a user