Skip to content

Commit cb96cfd

Browse files
author
GlynnPhillips
committed
Update tutorial.md
Changing the <ol> to a <ul> because the list has no order
1 parent 1cc8a5d commit cb96cfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html/lesson1/tutorial.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,11 @@ Let's list the reasons we like owls so much under the main heading of the page (
207207

208208
```html
209209
<h2>Why do I like owls so much?</h2>
210-
<ol>
210+
<ul>
211211
<li>they are adorable</li>
212212
<li>and lovely></li>
213213
<li>and cuddly</li>
214-
</ol>
214+
</ul>
215215
```
216216

217217
### Element: Image `<img>`

0 commit comments

Comments
 (0)