Skip to content

Commit bdb08e6

Browse files
authored
fix(curriculum): reword Cat Photo App step 1 (freeCodeCamp#57061)
1 parent 8a7719d commit bdb08e6

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5dc174fcf86c76b9248c6eb2.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,9 @@ demoType: onLoad
88

99
# --description--
1010

11-
HTML elements have an opening and closing tag with content in between.
11+
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.
1212

13-
Here is the basic syntax:
14-
15-
```html
16-
<openingTag>content</closingTag>
17-
```
18-
19-
The first element you will learn about is the `h1` element. The `h1` element is a heading element and is used for the main heading of a webpage.
20-
21-
```html
22-
<h1>This is a main heading</h1>
23-
```
24-
25-
Change the text of the `h1` element below from `Hello World` to `CatPhotoApp` and watch
26-
the change in the browser preview.
13+
Change the text of the `h1` element below from `Hello World` to `CatPhotoApp` and watch the change in the browser preview.
2714

2815
When you are done, press the "Check Your Code" button to see if it's correct.
2916

0 commit comments

Comments
 (0)