0% found this document useful (0 votes)
16 views1 page

HTML Form No

Html form without styles
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views1 page

HTML Form No

Html form without styles
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<
</head>
<body id="id1">
<div id="id2" class="class2">
<form>
<h2>Sign In</h2>
<p color: black>Sign in with your username and password</p>
<div class="container">
<label>Username SDaaaaaaw: </label> <br>
<input type="text" placeholder="Enter Username" name="username"
class="input_txt"> <br>
<label>Password : </label> <br>
<input type="password" placeholder="Enter Password" name="password"
class="input_txt"> <br><br>

<input type="checkbox" checked="checked"> Remember me

<a href="#"> Forgot password? </a> <br><br>


<button type="submit"><b>Login</b></button> <br><br>
<p>Not a member?<a href="#" id>Register Here</a> </p>
</div>
</form>
</div>
</body>
</html>

You might also like