Heading & Subheading
Lesson 6 of 17 in Coddy's Image Accordion | Front-end project course.
Challenge
EasyInside “description”:
- Create an h4 tag with text of your choice (e.g., "Morning").
- Create a p tag with text of your choice (e.g., “When the sun rises").
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>