HTML
Links
Code snippets
HTML Forms
Below is as simple HTML Form skeleton
<fieldset>
<legend> Form display name</legend>
<form name="name" action="some_handler.cgi" method="post">
<label for="field_one">Field one:</label>
<input type="text" name="field_one" value="defaultValue" />
<label for="field_two">Field two:</label>
<input type="text" name="field_two" value="defaultValue" />
<input type="submit" value="displayedText" />
</form>
</fieldset>
Feb. 11, 2008
Wells Ideas Inc. launches their redesigned site.
The site is built on a symfony platform and utilizes client information from their project management site.
Wells Ideas Inc. launches their redesigned site.
The site is built on a symfony platform and utilizes client information from their project management site.
"The trouble in America is not that we are making too many mistakes, but that we are making too few."
- Phillip Knight
- Phillip Knight
Wells Ideas © 2007 | 1-973-769-9108 | info@wellsideas.com
Contact Us | Site Map | Open Source Solutions | Templates | Client Login
Contact Us | Site Map | Open Source Solutions | Templates | Client Login
