HTML Forms and Input Tags
Today We will Create a Form in HTML using Different Types of Input Tags! Input Tags We are going to use today are as Follows : Text Email Number Date Radio Button Check Box Select Text Area Submit Reset Using This Input Tags we are going to make a Form which is consist of Name, E-mail, DOB, Age, Gender, Biodata, Country. Source Code : <html> <head> <title> Forms using HTML </title> </head> <body bgcolor="Salmon"> <h1>MySelf</h1> <form action=""> <!--<label for="name">Name</label>--> <div>Name:<input type="text" name="MyName" id="Name" /></div> <br /> <div>Email:<input type="email" name="myEmails" id="" /></div> <br /> <div>Date Of Birth:<input type="date" name="Date:" id="" />