Html Program-Login page

Simple Html Program-Login page 

<html>
<head>
</head>
<body>
<center><h1>Login</h1></center>
<form name="fr">
<table align="center"><tr>
<th>Username</th>
<th><input type="text" name="n"></th></tr>
<tr>
<th>Password</th>
<th><input type="password"name="p"></th></tr>
<tr>
<th colspan="2"><input type="submit"value="Login"onclick="validate(); "></th></tr>
</table>
</form>
</body>
</html>

Output

Comments

Popular posts from this blog

Introduction to C++ Programming Language

The Assembly Process Of 8086 Microprocessor-Two Pass Assembling Steps

Installing 8086 Assembler on a Computer