Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge: Lists | HTML Fundamentals
course content

Зміст курсу

HTML Essentials

Challenge: ListsChallenge: Lists

Task

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

html

index.html

css

index.css

js

index.js

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.
html

index.html

css

index.css

js

index.js

Все було зрозуміло?

Секція 2. Розділ 8
course content

Зміст курсу

HTML Essentials

Challenge: ListsChallenge: Lists

Task

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

html

index.html

css

index.css

js

index.js

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.
html

index.html

css

index.css

js

index.js

Все було зрозуміло?

Секція 2. Розділ 8
some-alt