Menu
Coddy logo textTech

Title

Lesson 2 of 17 in Coddy's Image Accordion | Front-end project course.

challenge icon

Challenge

Easy
  1. Create a title tag in the head and write image accordion text.
  2. In the body tag, create one div with the class name “wrapper”

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 Image Accordion | Front-end project