Menu
Coddy logo textTech

Heading & Subheading

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

challenge icon

Challenge

Easy

Inside “description”:

  1. Create an h4 tag with text of your choice (e.g., "Morning").
  2. 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>

All lessons in Image Accordion | Front-end project