Posts

Showing posts from September 18, 2018

WEB Engineering Lab 1

Task 1:(Login Page) <head> <title>Untitled Document</title> </head> <style> img{                 display:block;                 margin-left:auto;                 margin-right:auto; } p{                 text-align:center; } </style> <body> <img src="login.png" alt="login" width="150" height="150" align="texttop"/> <p> Username: <input type="text" Name="Saad" size="30" /></p> <p> Password: <input type="text" Password="dfd" size="30" /> <br><br> <button> login </button>&nbsp; <button> cancel </button><br> <input type="checkbo...