Form : Coming Fast..

Form is one of the significant method for data collection. If you want to make forms for any society or for some other work, then you are at right place. In this blog post we will learn to make a simple but useful form. First of all: Open any text editor like notepad, then save the file as "form.html"..... Now start coding.. Write the below mentioned code into the form.html file using a test editor. Code: (HTML) <!DOCTYPE html> <html> <head> <title> Form </title> <link rel= "stylesheet" href= "style.css" type= "text/css" > </head> <body> <div id= "container" > <h1> Fill In The Form.. </h1> <div id= "formBody" > <form> Name: <input type= "text" placeholder= "enter your name.." ><br><br> Class: <input type= "text" p...