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.
"Ain't no sense worrying: If you have no control over something, ain't no sense worrying about it -you have no control over it anyway. If you do have control, why worry? So either way, there ain't no sense worrying."
- Mickey Rivers
- Mickey Rivers
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
