Ad Code

Create Easy Password Protect login Form

Advertisements
Create Easy and simple Password Protect login Form in your website. 
Project Code:

<html>
<head>
<title>Example of Password
</title>
</head>
<body>
<h2>Project of Password
</h2>
<form>
Please Enter Your Password to Log on:
<input type="password" name="log on"size="25"maxlength="25">
</form>
</body>
</html>
Output Figure

Download Link
Advertisements