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 :            <input type="text" name="text"/> <br> <br> Last Name :            <input type="text" name="text"/> <br> <br> Password:              <input type="password" name="pwd"/> <br> <br> Retype-Passwo...