LOg
2 years ago by mohali75 in HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=Learning, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<form action="" name="form">
<label for="user">User name</label>
<input type="text" name="user">
<label for="pass">Password</label>
<input type="password" name="pass">
<br>
<input type="submit" value="Login">
</form>
</body>
</html>