From aa34f377d6285ba5ece7c0986d0c717ff6709dc7 Mon Sep 17 00:00:00 2001 From: Supravisor <153783117+Supravisor@users.noreply.github.com> Date: Sat, 23 Mar 2024 01:52:04 +1300 Subject: [PATCH] fix(curriculum): update instructions in Cat Photo App step1 (#54102) Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> --- .../5dc174fcf86c76b9248c6eb2.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5dc174fcf86c76b9248c6eb2.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5dc174fcf86c76b9248c6eb2.md index 13503f08b68..a6b5c0dcbcf 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5dc174fcf86c76b9248c6eb2.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5dc174fcf86c76b9248c6eb2.md @@ -7,13 +7,12 @@ dashedName: step-1 # --description-- -HTML elements have opening tags like `

` and closing tags like `

`. +HTML elements have opening tags like `

` and closing tags like `

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