Texts
Lesson 6 of 19 in Coddy's Netflix Sign-in Page Clone | Front-end project course.
Challenge
Easy- Below the last created button, create a div with class name
form-help - Inside the form-help create a div with the class name
remember-me. Inside remember-me, create an input withtypecheckbox and label it with the textRemember me. - Below, the remember-me div, create an
atag with text,Need help?and the attributehrefof#.
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>