Challenge: Structuring Content with Lists
Task
Create an HTML document that presents your favorite movies using both unordered and ordered lists.
index.html
Hint
- Step 1: Use
<ul>
tag to create an unordered list of favorite action movies. Add<li>
tags for each movie. - Step 2: Use
<ol>
tag to create an ordered list of top comedy movies. Add<li>
tags for each movie.
index.html
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 2. Hoofdstuk 8
Vraag AI
Vraag AI
Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.
Awesome!
Completion rate improved to 3.13
Challenge: Structuring Content with Lists
Veeg om het menu te tonen
Task
Create an HTML document that presents your favorite movies using both unordered and ordered lists.
index.html
Hint
- Step 1: Use
<ul>
tag to create an unordered list of favorite action movies. Add<li>
tags for each movie. - Step 2: Use
<ol>
tag to create an ordered list of top comedy movies. Add<li>
tags for each movie.
index.html
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 2. Hoofdstuk 8