Menu
Coddy logo textTech

Card - III

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

challenge icon

Challenge

Easy

Target the image tag:

1. Add an src attribute and add a URL of your choice for images, or you can use https://picsum.photos/200.

2. Set the alt attribute to img.

3. Set the draggable attribute to false.

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