Monday, August 4, 2014


How to create the form in HTML

While creating the form in HTML we need some basics tags of HTML some of them are used in creating the form in HTML



Coding for creating the form in HTML




<form>Enter First Name: <input type="text" name="fname"><br><br>Enter Last Name: <input type="text" name="lname"><br><br>Enter E-mail :&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<input type="text" name="email"><br><br>Enter address :&nbsp&nbsp&nbsp<textarea></textarea><br><br>&nbsp&nbsp&nbsp&nbsp<input type="submit" value="submit"></form>

Categories: ,

0 comments:

Post a Comment