Menu
Coddy logo textTech

Card - I

Lesson 5 of 23 in Coddy's Slider | Front-end Project course.

challenge icon

Challenge

Easy

Between '#left' and '#right':

1. Create an unordered list.

2. Give it the class name carousel

3. Inside it, create a <li> tag!

Try it yourself

<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" href="styles.css">
</head>
    <body>
        <!-- Write HTML code here -->
        <script src="script.js"></script>
    </body>
</html>

All lessons in Slider | Front-end Project