mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): clarified description in first RWD challenge (#47211)
* Added spacing fix to catch end of line spaces * Update curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5dc23991f86c76b9248c6eb8.md Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org> * Update 5dc23991f86c76b9248c6eb8.md * allow for spaces before "(" * Update create-a-javascript-promise.md * cleaned up changes on main * extended challenge description * Update 5dc174fcf86c76b9248c6eb2.md * revert changes from branch * Update 5dc174fcf86c76b9248c6eb2.md * rephrased the description * edited markup * Update curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5dc174fcf86c76b9248c6eb2.md Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com> * Update 5dc174fcf86c76b9248c6eb2.md Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org> Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
This commit is contained in:
+3
-3
@@ -9,11 +9,11 @@ dashedName: step-1
|
||||
|
||||
HTML elements have opening tags like `<h1>` and closing tags like `</h1>`.
|
||||
|
||||
The text for an element goes between its opening and closing tags.
|
||||
|
||||
Find the `h1` element and change its text to:
|
||||
|
||||
`CatPhotoApp`
|
||||
|
||||
Make sure that the text is between its opening and closing tags.
|
||||
`CatPhotoApp`
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user