Jump to content
MakeWebGames

My basic Html Login Page


Mafia-Club

Recommended Posts

Hello this is my first html login page it is very basic has its my first time making a html login page i spent so much time learning html and such so i have quite learned some basic stuff so i tryed making a login page and job succeeded :)

Heres The code if you want it to work has mccode you got to do it yourself :)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">
<-->
.banner {
     background-color:#707070;
     width: 50%;

     height: 40px;
     font-size: 15px;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body bgcolor="#666666">
<div align="top">[img=Plain-Banner-605x136.gif]</div>


<table  width="784" height="272" border="1" cellpadding="0" cellspacing="0" bordercolor="#000000" bgcolor="#CCCCCC">


 <tr>

<th><div align="center"><u>Login Page</u>

</div> 
Basic Login page
</th>
   <td align="middle" width="223" height="270"><form id="form1" name="form1" method="post" action="">
   <div aling="top">
<center><h3>Login Now</h3></center>
<form>
Username: 
<input type="text" name="Firstname">
Password: 
<input type="text" name"lastname">

[url='test.html']<input type ="submit" value ="Submit">[/url]
</form>    </td>
 </tr>
</table>
<table width="782" height="30" border="1" align="left" cellpadding="0" cellspacing="0" bordercolor="#000000" bgcolor="#CCCCCC">
 <tr>
   <td width="223" height="21"><center> Basic Html Login Page Made By Mafia-Club</center></td>
 </tr>
</table>

</html>

 

Screenshot:

http://img176.imageshack.us/img176/3702 ... agecf9.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...