web design
<html> <head> <title>LOGIN FORM</title> </head> <body bgcolor=”maroon” text=skyblue> <center> <h1>User Login Information</h1><h1> <!–input–> <form target=”_blank”> <table cellpadding=5 cellspacing=5 border=5 bordercolor=yellow> <tr> <td> <img src=”user.jpg” height=”35px” width=”40px”> <td><input type=”text”placeholder=”Mohamed Nasir” required><br><br> <!–password–> <tr><td> <img src=”lock.jpg”height=”35px”width=”40px”> <td> <input type=”password” placeholder=”PASSWORD”maxlength=8><br><br> <!–button–> <tr><td colspan=2 align=center> <input type=”submit”value=”submit”> <input type=”reset” value=”clear”> </table></from></center></body></html> <html> <frameset rows=”15%,*”> <frame src=”Top.html” name=”top”> <frameset …