Skip to main content

Practice ยท 1 of 1

Recipe Card: Lists in Action

Build the content section of a recipe page. Requirements: - An <h2> with the recipe name. - An *unordered* list with the ingredients (at least 3 <li>). - An *ordered* list with the steps (at least 3 <li>). - The right list type for each โ€” the tests check which one you used.

Difficulty: beginner

Back to lesson: Practice: Lists and Tables โ€” Practice