Posts

Showing posts from February 3, 2013

Html code for assignment

<html> <head>       <title>Registration Form</title> </head> <body style="background-color:     #5F9EA0;"> <center> <h1 style="background-color:silver;">Registration Form </h1> <hr style="color:green;"> <form method="post" action="abc.php"> First  Name : &nbsp    &nbsp    &nbsp  &nbsp   &nbsp  &nbsp<input type="text" name="text"/> <br> <br> Last Name : &nbsp    &nbsp    &nbsp  &nbsp   &nbsp  &nbsp<input type="text" name="text"/> <br> <br>     Password: &nbsp    &nbsp    &nbsp  &nbsp   &nbsp  &nbsp &nbsp<input type="password" name="pwd"/> <br> <br> Retype-Passwo...