From 9bdea8fc8f2c86fc0f84b554e2e84770a3f78065 Mon Sep 17 00:00:00 2001 From: cto234 <112995544+cto234@users.noreply.github.com> Date: Wed, 5 Apr 2023 15:23:28 -0400 Subject: [PATCH] fix(curriculum): Bad grammar cat photo app 8 (#49969) * Fixed grammar and formatting * Re-added instructions --- .../5dc24073f86c76b9248c6ebb.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5dc24073f86c76b9248c6ebb.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5dc24073f86c76b9248c6ebb.md index bb25cd8a9c8..32ba8a45d2d 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5dc24073f86c76b9248c6ebb.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5dc24073f86c76b9248c6ebb.md @@ -7,7 +7,13 @@ dashedName: step-8 # --description-- -HTML attributes 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: ``. +HTML attributes 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 + +``` Inside the existing `img` element, add an `src` attribute with this URL: