Posts

Showing posts from 2016

How to create simple registration form in html

=> open ur text editer :- => And save it as registrationform.html and write below code:- <html> <body> <table border = "0" width = "1000" bgcolor = "skyblue" align = "center" > <tr> <td valign = "top" width = "50%" > <h2> General details </h2> <table width = "100%" > <tr> <td width = "70%" ><b> Company Name </b><br /> <input type = "text" size = "55" ><td> <td><b> Categories </b><br/> <select width = "10" > <option> Automobile </option> <option> Computer </option> <option> Civil </option> <option> Electrical </option> <option> Mechanical </option> </selec...