Enter Keyword Hear for Search This Blog

Friday, 19 February 2016

How to create a simple form in html

form.html


<form action="form.html" method="post" enctype="multipart-form">
       <input type="file" name="logo" required>
       <br/><br/>
       <input type="text" name="fnm" placeholder="Enter First Name" required>
       <br/><br/>
       <input type="text" name="lnm" placeholder="Enter Last Name" required>
       <br/><br/>
       <input type="text" name="unm" placeholder="Enter User Name" required>
       <br/><br/>
       <input type="email" name="email" placeholder="Enter Email-Id" required>
       <br/><br/>
       <input type="password" name="pwd" placeholder="Enter Password" required>
       <br/><br/>
       <input type="password" name="rpwd" placeholder="Enter Re-Password" required>
       <br/><br/>

       <input type="submit" value="Submit">
</form>

1 comment:

Unknown said...

awesome bro

Featured post

what is ajax?how to create ajax with php code

Ajax Introduction -  એજેક્સ નો ઉપીયોગ કરી ને તમે પેજ લોડ કાર્ય વિના બધી માહિતી મેળવી શકો.એજેક્સ થી તમે કોઈ પણ ડેટા ઝડપ થી મેળવી શકો છો...