Menu
Coddy logo textTech

Texts

Lesson 6 of 19 in Coddy's Netflix Sign-in Page Clone | Front-end project course.

challenge icon

Challenge

Easy
  1. Below the last created button, create a div with class name form-help
  2. Inside the form-help create a div with the class name remember-me. Inside remember-me, create an input with type checkbox and label it with the text Remember me.
  3. Below, the remember-me div, create an a tag with text, Need help? and the attribute href of #.

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 Netflix Sign-in Page Clone | Front-end project