Web developer code
<html> <head> <title>Form in Table</title> </head> <body background="img/02.jpg"> <form> <h1 align="center"> <font color="white"> Techno Brainz Sign Up Page </font> </h1> <table border="1" width="40%" height="600px" align="center" bgcolor="black"> <!---row1---> <tr align="center" bgcolor="yellow"> <th colspan="2"><font size="10">Sign up </font></th> </tr> <!---row2---> <tr> <th><font color="yellow"> <label>Name</label></th> <th><input type="text"></th> </tr> <!---row3---> <tr> <th><font color="yellow"><label>Age</label></th> <th><input type="date"></th> </tr> <!---row4---> <tr