mardi 3 novembre 2020

I can't make this box Sign in Login form with only HTML codes. (It must be without css and div class)

1

Login form must be without div class and css.

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
<form>
        <label>Username : </label>
        <input placeholder="Enter Username" name="username" required>
        <label>Password : </label>
        <input type="password" placeholder="Enter Password" name="password" required>
        <button>Login</button>


</form>
</body>
</html>



Aucun commentaire:

Enregistrer un commentaire