How to create a registration page with html
Hi Everybody, Today we will learn how to create a registration page with html codes. Let's Start: Open your Notepad++ and take a new file by pressing Ctrl+N. Then Write Or Paste the code given below: <!DOCTYPE HTML!> <html> <body bgcolor="green"> <p><b> <center> <h1>Application Form</h1> <pre> <font face="Times New Roman"> Name*: <input type="text"> Father Name: <input type="text"> Mother Name: <input type="text"> Address: <textarea> </textarea> Date Of Birth: Day <select><option> 1</option> <option> 2</option> <option> 3</option> <option> 4</option> <option> 5</option> <option> 6</option> <option> 7</option> <option> 8</option> <option> 9</option> <option> 10</option> ...