From cf6e545b03a8335dd5837a080951fc8b131b520d Mon Sep 17 00:00:00 2001 From: Aishwary Shukla Date: Sun, 31 Oct 2021 12:48:29 +0530 Subject: [PATCH] fix(curriculum): change user story to match test suite (#44076) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Solving issue #44068 Eliminated the difference between project’s stated requirements in own page and in widget on codepen * Update build-a-tribute-page.md --- .../responsive-web-design-projects/build-a-tribute-page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/responsive-web-design-projects/build-a-tribute-page.md b/curriculum/challenges/english/01-responsive-web-design/responsive-web-design-projects/build-a-tribute-page.md index e90ce1be93..55dd100b33 100644 --- a/curriculum/challenges/english/01-responsive-web-design/responsive-web-design-projects/build-a-tribute-page.md +++ b/curriculum/challenges/english/01-responsive-web-design/responsive-web-design-projects/build-a-tribute-page.md @@ -18,7 +18,7 @@ You can use HTML, JavaScript, and CSS to complete this project. Plain CSS is rec **User Story #2:** I should see an element with a corresponding `id="title"`, which contains a string (i.e. text) that describes the subject of the tribute page (e.g. "Dr. Norman Borlaug"). -**User Story #3:** I should see a `div` element with a corresponding `id="img-div"`. +**User Story #3:** I should see either a `figure` or a `div` element with a corresponding `id="img-div"`. **User Story #4:** Within the `img-div` element, I should see an `img` element with a corresponding `id="image"`.