Menu
Coddy logo textTech

Title & Body

Lesson 2 of 13 in Coddy's Sidebar | Front-end Project course.

 

challenge icon

Challenge

Easy

1. Create a title tag including the text 'Mobile Sidebar' (or any name you want to give).

2. In the body, create a button, including text 'Open' with the ID 'openSidebarBtn'.

Try it yourself

<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" href="styles.css">
    <!-- Write HTML code here -->
    
</head>
    <body>
        <!-- Write HTML code here -->
        
        <script src="script.js"></script>
    </body>
</html>

All lessons in Sidebar | Front-end Project