C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Resources » Code Snippets » Html »

How to Create a Form in HTML


Posted Date: 21 Sep 2009    Resource Type: Code Snippets    Category: Html
Author: BalaMember Level: Gold    
Rating: 1 out of 5Points: 3



This code shows how to create a form in html


<form action="mailform.php" method="post" name="feedback"> <table border=0> <tr> <td>First Name:</td><td><input type="text" name="fname" maxlength="20"></td> </tr><tr> <td>Last Name:</td><td><input type="text" name="fname" maxlength="20"></td> </tr><tr> <td>Email:</td><td><input type="text" name="fname" maxlength="20"></td> </tr><tr> <td valign="top">Comments:</td> <td><textarea name="comments" cols="40" rows="7">Enter your comments here.< /textarea> </tr> <tr> <td> </td> <td><input name="Submit" type="submit" value="Submit"> <input name="Reset" type="reset" value="Reset"></td> </tr> </table> </form>



Responses


No responses found. Be the first to respond and make money from revenue sharing program.

Feedbacks      
Popular Tags   What are tags ?   Search Tags  
Sign In to add tags.
HTML  .  Form with HTML  .  Codings for HTML  .  

Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: tab control using javascript
Previous Resource: Simple Login Page
Return to Discussion Resource Index
Post New Resource
Category: Html


Post resources and earn money!
 
More Resources



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use