Posts

Showing posts from February 1, 2019

How to create sing up form

Image
<!Doctype > <html> <head> <title> How to create sing up form </title> </head> <body> <table border="2"> <caption> How to create sing up form </caption> <tr> <th> First name </th> <td>  <input type="text" size="10"></td> </tr> <tr> <th> Last name </th> <td>  <input type="text" size="10"></td> </tr> <tr> <th> Email-Id</th> <td>  <input type="text" size="10"></td> </tr> <tr> <th> Contact no</th> <td>  <input type="text" size="10"></td> </tr> <tr> <th> Gender</th> <td> Input type="text" size="10"> > </td> </tr> <tr> ...