mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-09-24 23:01:18 +08:00
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:
co-authored by
Huyen Nguyen
parent
31cdca3e3e
commit
aa34f377d6
+4
-5
@@ -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--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user