Menu
Coddy logo textTech

Form Input II

Coddy'nin Netflix Giriş Sayfası Klonu | Front-end projesi kursunda ders 4 / 19.

challenge icon

Görev

Kolay
  1. form-control altına aynı sınıf adına (form-control) sahip başka bir div oluşturun. 
  2. Bu ikinci form-control'ün içine, password tipinde ve required özniteliğine sahip bir input oluşturun.
  3. Bu input'un altına şu metni içeren bir label etiketi oluşturun: Password

Kendin dene

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

Netflix Giriş Sayfası Klonu | Front-end projesi bölümündeki tüm dersler