Task 2: Ordered and Unordered Lists
Task description: Create a webpage that shows two types of lists. One list should use bullet points and one list should use numbers.
What you must include
- One
<ul>tag - At least two
<li>items inside the unordered list - One
<ol>tag - At least two
<li>items inside the ordered list
Example topic
You could make a list of favourite foods, school subjects, steps in a process, or weekend activities.
Instructions
- Open your HTML file in your code editor.
- Write your code using both list types.
- Copy your HTML code.
- Paste it into the box below.
- Click Check My Code.
- Fix any errors and try again.
Paste your code below
Your results will appear after you click the button.