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"`.