Form input II
Lesson 4 of 19 in Coddy's Netflix Sign-in Page Clone | Front-end project course.
Challenge
Easy- Below
form-controlcreate anotherdivwith the same class name,form-control. - Inside this second form-control, create an
inputof typepasswordandrequiredattribute. - Below this input, create a
labeltag with the text:Password
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>