Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Structure Content with Lists | HTML Fundamentals
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
HTML Essentials

bookChallenge: Structure Content with Lists

Task

Create an HTML document that presents your favorite movies using both unordered and ordered lists.

index.html

index.html

copy

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

index.html

copy
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 2. ChapterΒ 10

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

Suggested prompts:

Can you show me an example of how to structure the HTML lists?

What are some good movie titles I could use for each list?

Can you explain the difference between ordered and unordered lists in HTML?

bookChallenge: 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

index.html

copy

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

index.html

copy
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 2. ChapterΒ 10
some-alt