7 Jun 2013

How to create a login page for any website

Login Page in Html 

<html>
<head>
<title></title>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
</head>
<body>
username:<input type="text" name="username"><br>
Password:<input type="text" name="password"><br>
<input type="submit" value="submit">
</body>
</html>



Output:
 Username:
Password:

No comments:

Post a Comment