|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + |
| 4 | +<head> |
| 5 | + <meta charset="UTF-8"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 7 | + <link rel="stylesheet" href="regform_css.css"> |
| 8 | + <title>Registration Form</title> |
| 9 | + |
| 10 | +</head> |
| 11 | + |
| 12 | +<body> |
| 13 | + <form action="http://localhost/tanisha/test1.php" method="post"> |
| 14 | + <center> |
| 15 | + |
| 16 | + <div class="reg"> |
| 17 | + <form action="#" method="post"> |
| 18 | + <form action="" class="inner"> |
| 19 | + <h1>Registration Form</h1> |
| 20 | + <img src="c:\Users\tanis\Documents\Mern Course\img_avatar2.png" alt="Registration"> |
| 21 | + <table cellspacing="3"> |
| 22 | + <tr> |
| 23 | + <td><label for="Name"><strong>Name: </strong></label></td> |
| 24 | + <td><input type="text" name="Nm" placeholder="Enter Name" required style="width: 200px; height:30px ;"></td> |
| 25 | + </tr> |
| 26 | + <tr> |
| 27 | + <td><label for="Course"><b>Course: </b></label></td> |
| 28 | + <td><input type="text" name="Cr" placeholder="Enter Course" required style="width: 200px; height:30px ;"></td> |
| 29 | + </tr> |
| 30 | + <tr> |
| 31 | + <td><label for="College Name"><b>College Name: </b></label></td> |
| 32 | + <td><input type="text" name="Cn" placeholder="Enter College Name" style="width: 200px; height: 30px;"> </td> |
| 33 | + </tr> |
| 34 | + <tr> |
| 35 | + <td><label for="Project"><b>Project: </b></label></td> |
| 36 | + <td><input type="text" name="Pr" placeholder="Enter Project Name" style="width:200px; height: 30px; "> </td> |
| 37 | + </tr> |
| 38 | + <tr> |
| 39 | + <td><label for="Email Id"><b>Email Id: </b></td> |
| 40 | + <td><input type="text" name="Em" placeholder="Enter Email Id" required style="width: 200px; height:30px;"></td> |
| 41 | + </tr> |
| 42 | + <tr> |
| 43 | + <td><label for="Contact Number"><b>Contact Number: </b></label></td> |
| 44 | + <td><input type="text" name="Cnum" placeholder="Enter Contact Number" style="width: 200px; height: 30px;"></td> |
| 45 | + </tr> |
| 46 | + <tr class="Submit" rowspan="2"> |
| 47 | + <td><input type="button" value="Submit" class="btn1" style="width: 150px; height: 30px;"></td> |
| 48 | + </tr class="Cancel" rowspan="2"> |
| 49 | + <td><input type="button" value="Cancel" class="btn2" style="width: 150px; height: 30px;"></td> |
| 50 | + </tr> |
| 51 | + </table> |
| 52 | + </form> |
| 53 | + |
| 54 | + </div> |
| 55 | + |
| 56 | + </center> |
| 57 | + </form> |
| 58 | +</body> |
| 59 | +</html> |
0 commit comments