Card - II
Lesson 6 of 23 in Coddy's Slider | Front-end Project course.
Challenge
Easy1. Give a class name card to the li tag!
2. Inside the list item tag, create a div tag with the class name img
3. Inside the div, create one img 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>