fix(curriculum): change user story to match test suite (#44076)

* 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
This commit is contained in:
Aishwary Shukla
2021-10-31 12:48:29 +05:30
committed by GitHub
parent 206e34067d
commit cf6e545b03

View File

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