Langsung ke konten utama

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..." />
        </p>
        <p>
            <label><input type="checkbox" name="remember" value="remember" /> Remember me</label>
        </p>
        <p>
            <input type="submit" name="submit" value="Login" />
        </p>
        </fieldset>
    </form>
</body><table border="1" cellpadding="10">
    <tr>
        <td>Nama</td>
        <td>Syam Amim Saputra</td>
    </tr>
    <tr>
        <td>password</td>
        <td>amim02102</td>
    </tr>
        <td>Kelas</td>
        <td>X1-TKJ-2
</table>

Komentar