Challenge: Structure Content with Lists
Swipe to show menu
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
Everything was clear?
Thanks for your feedback!
Sectionย 1. Chapterย 15
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Sectionย 1. Chapterย 15