<html>
<head>
<title>login </title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="newcss.css" type="text/css">
</head>
<body>
<center>
<h1> sign in</h1>
<form action="" method="post">
<table>
<tr>
<td> User name</td>
<td ><input type="text" name="txtuser" placeholder="Enter
username" required=""></td>
</tr>
<tr>
<td>Password</td>
<td> <input type="password" name="txtpassword"
placeholder="Enter password"></td>
</tr>
<tr>
<td><input type="submit" value="create"></td>
<td><input type="reset" value="clear"></td>
</tr>
</table>
</form>
</center>
</body>
</html>