Skip to content

Commit c6b4bb7

Browse files
committed
Main header was originally introduced as an h1 and then changed to h3. This changes it to be consistent as an h1 later as well.
1 parent ea8e0d4 commit c6b4bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/lesson1/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Wrap your existing paragraph in a div and add a new heading to it:
200200

201201
```html
202202
<div>
203-
<h3>Owls</h3>
203+
<h1>Owls</h1>
204204
<p>
205205
Most birds of prey sport eyes on the sides of their heads,<br/>
206206
but the stereoscopic nature of<br/>

0 commit comments

Comments
 (0)