Button Validasi

Yuks, kita belajar membuat validasi dengan mengkombinasikan HTML, CSS, Javascript

index.html
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Touch Me</title>
    <link rel="stylesheet" href="style.css">
</head>
<body>
    <div class="container">
        <img src="../../images/logo.jpg" alt="">
        <form action="">
            <input type="text" placeholder="username">
            <input type="password" placeholder="password">
        </form>
        <button class='right'>Submit</button>
    </div>
    <script src="button.js"></script>
</body>
</html>

kontributor :

Muhammad Wahyu Ramadhan

Linktree : https://linktr.ee/wonderkid_wahyu

Last updated