fix(curriculum): update instructions in Cat Photo App step1 (#54102)

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
Supravisor
2024-03-22 15:52:04 +03:00
committed by GitHub
co-authored by Huyen Nguyen
parent 31cdca3e3e
commit aa34f377d6
@@ -7,13 +7,12 @@ dashedName: step-1
# --description--
HTML elements have opening tags like `<h1>` and closing tags like `</h1>`.
HTML elements have opening tags like `<h1>` and closing tags like `</h1>`. The text an element will display goes between its opening and closing tags.
The text for an element goes between its opening and closing tags.
Change the text of the `h1` element below from `Hello World` to `CatPhotoApp` and watch
the change in the browser preview.
Find the `h1` element and change its text to:
`CatPhotoApp`
When you are done, press the "Check Your Code" button to see if it's correct.
# --hints--