9/21/21

WEB TECHNOLOGIES LAB EXERCISE 2

LOGIN.HTML

 <html>

<head><title> Login </title></head>

<body>

<center>

<form action="LOGINSUCCESS.html">

User Id: <input type="text" name="login"/><br><br>

Password: <input type="password" name="password"/><br><br>

<input type="submit" value="Submit"/>

<input type="reset" value="Reset"/>

</form></center>

</body>

</html>

LOGINSUCCESS.HTML

<h1>LOGIN SUCCESS</h1>

No comments:

Blog Archive