Menu
Coddy logo textTech

Card - IV

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

challenge icon

Challenge

Easy

1. Below the div tag of class img, create an h2 tag and add any dummy name.

2. Below the h2 tag, create a span tag and add any role for that person.

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