HTML Code for Login
<html>
<head>
<title>
Pirmohammad sheikh
</title>
</head>
<body>
<form action="">
Email ID <input type="text">
Password <input type="password">
<input type="submit" value="Log In">
</form>
</body>
</html>
<html>
<head>
<title>
Pirmohammad sheikh
</title>
</head>
<body>
<form action="" method="">
<input type="text" placeholder="First Name"><input type="text" placeholder="Last Name"><br>
<input type="text" placeholder="Username">@gmail.com<br>
<input type="password" placeholder="password"><input type="password" placeholder="confirm password"><br>
<input type="checkbox">Show Password
</form>
</body>
</html>
Comments
Post a Comment