Title
Lesson 2 of 17 in Coddy's Image Accordion | Front-end project course.
Challenge
Easy- Create a title tag in the head and write
image accordiontext. - 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>