mardi 3 novembre 2020

Can anyone write me the full HTML code only for this Login and Signing up forms. (Without div class and css)

enter image description here

Can anyone write me the full HTML code only for this Login and Signing up forms. (Without div class and css)

<form>  
    <div class="container">   
        <label>Username : </label>   
        <input type="text" placeholder="Enter Username" name="username" required>  
        <label>Password : </label>   
        <input type="password" placeholder="Enter Password" name="password" required>  
        <button type="submit">Login</button>   
        <input type="checkbox" checked="checked"> Remember me   
        <button type="button" class="cancelbtn"> Cancel</button>   
        Forgot <a href="#"> password? </a>   
    </div>   
</form>  



Aucun commentaire:

Enregistrer un commentaire