fix(curriculum): Bad grammar cat photo app 8 (#49969)

* Fixed grammar and formatting

* Re-added instructions
This commit is contained in:
cto234
2023-04-05 15:23:28 -04:00
committed by GitHub
parent 3500a4c0d1
commit 9bdea8fc8f

View File

@@ -7,7 +7,13 @@ dashedName: step-8
# --description--
HTML <dfn>attributes</dfn> are special words used inside the opening tag of an element to control the element's behavior. The `src` attribute in an `img` element specifies the image's URL (where the image is located). An example of an `img` element using an `src` attribute: `<img src="https://www.example.com/the-image.jpg">`.
HTML <dfn>attributes</dfn> are special words used inside the opening tag of an element to control the element's behavior. The `src` attribute in an `img` element specifies the image's URL (where the image is located).
Here is an example of an `img` element with a `src` attribute pointing to the freeCodeCamp logo:
```html
<img src="https://cdn.freecodecamp.org/platform/universal/fcc_secondary.svg">
```
Inside the existing `img` element, add an `src` attribute with this URL: