UP-KURD
4 years ago in HTML
<!DOCTYPE html>
<html>
<head>
<title>LOGIN</title>
</head>
<body>
<form>
<table>
<tr>
<th> USERNAME </th>
<th><input type="text" name="USERNAME"/></th>
</tr>
<tr>
<th> PASSWORD </th>
<th><input type="text" name="PASSWORD"/></th>
</tr>
<tr>
<th><input type="submit" name="LOGIN" value="LOGIN"/></th>
</tr>
</table
</form>
</body>
</html4>