Simple-Design Using HTML Part-1

Hello guys,
I am here again with a new and amazing html and css program. This time i am gonna show how we can create a form using a html codes. For this u just need a decorder. And if u haven't seen my previous blog then CLICK HERE.  Try this code in notepad ++ and save it with (.html) and open the saved program with any browser.

The Form Prograam Code is:-


<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<center><h1><font color="Pink">The Dark Writer </font></center></h1>
 <center><form>
  Name <sup>*</sup> <input type="text" placeholder="Enter Your Name" autofocus required name="user"><br>
 <br>D.O.B <sup>*</sup> <input type="Date" ><br>
 <br>Enter Your Password <sup>*</sup> <input type="password" placeholder="Password" ><br>
 <br>Re-Enter Your Password <sup>*</sup> <input type="password" placeholder="Password"><br>
 <br> Enter Your Mob. Number <input type="number"><br>
 <br> Insert Your Picture <input type="file"><br>
 <br> Male <input type="radio" NAME="gender" value="male" >Female <input type="radio" NAME="gender" value="female"><br>
 <br> Enter Your E-Mail <input type="email" placeholder="email"><br>
 <br> Enter Your Website (if Any) <input type="url"><br>
 <br><br> <input type="reset">   <input type="Submit"> <br>
 <br><input type="CHECKBOX"> I hearby declare that the above document belongs to me.
 <br><br><br><p> <sup>*</sup> Compulsury</p>
 </form> </center>
</body>
</html>



                       THE OUTPUT WILL BE LIKE THIS
IF YOU LIKE JUST SHARE THIS WITH YOUR FRIEND AND IT ALWAYS GOOD TO SEE YOU ALL AGAIN ON THIS BLOG


PLEASE SHARE YOUR VALUABLE WORDS IN COMMENT SECTION


READ MORE BLOGS ON:- https://darkwriter17.blogspot.com




Comments

Post a Comment

Popular posts from this blog

DATABASE ::: TREE TRAVERSAL

Simple Degin Using HTML And CSS Part-2

SHORT INTRODUCTION OF C