Menu
Coddy logo textTech

Header Section

Part of the Fundamentals section of Coddy's HTML journey — lesson 31 of 60.

challenge icon

Challenge

Easy

Create a header for your profile page using a <div> that includes your name inside an <h1> tag and a tagline inside a <p> tag.

For example:

John Doe
Web Developer | Creative Thinker

Try it yourself

<!DOCTYPE html>
<html>
    <body>
        <!-- Write code here -->
    </body>
</html>

All lessons in Fundamentals