Label and class row
Lesson 4 of 17 in Coddy's Image Accordion | Front-end project course.
Challenge
Easy- Below the input, create one label tag with:
- for set to “c1”
- class set to “card”
- ID set to “one”
- Inside the label, create one div with the class name 'row'.
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>