Langsung ke konten utama

Postingan

Menampilkan postingan dari Mei, 2020

Tugas codingan bu yuli

 Nama:Syam Amim Saputra  Kelas:XI-TKJ-2                     </html> <head> <body><!DOCTYPE html> <html> <head>     <title>Form Login</title> </head> <body>     <form action="login.php" method="POST">         <fieldset>         <legend>Login</legend>         <p>             <label>Username:</label>             <input type="text" name="username" placeholder="username..." />         </p>         <p>             <label>Password:</label>             <input type="password" name="password" placeholder="password..." />    ...