form
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<form action="http://localhost:55590/Myshop/LogInTest" method="post">
<label>Email</label><br>
<input type="email" name="email" placeholder="Email">
<label>Password</label>
<input type="password" name="password" placeholder="Password"><br>
<input type="submit" value="LogIn">
<input type="reset" value="Clear">
</form>
</body>
</html>
Comments
Post a Comment