Free Webmasters Resource
 

Free Graphics, Tutorials, Scripts, Webmaster Forums, Web Templates, SEO Tools, & Much More!!

Home Scripts Tutorials Free Downloads Articles SEO Play Free Games Web Templates

Forms

Sure, reading information on web sites is nice, but wouldn't you like to provide a richer, more interactive experience for your visitors? In that case, you're going to have to use some forms.

Forms are used mainly to process user information. In most cases, you will need a form processing script that serves to transfer the information in the form and do with it what you desire. The most common type of scripts that do this are CGI, ASP, and PHP scripts. Once you have one of these scripts, the HTML code you need to begin your form will look like this:

<form name="myform" action="path to your form processing script" method="post">
More HTML goes here!
</form>


In the "More HTML goes here!" part, you can add any of the items below to customize your form.

<input type="text" size="25" value="Initial Value">

<textarea rows="3" cols="5" name="mytextarea">Type here.<textarea>

<select name="mydropdown">
<option value="one">One</option>
<option value="two" selected>Two</option>
<option value="three">Three</option></select>

(note that adding word "selected" makes that choice initially selected)

<input type="checkbox" name="mycheckbox" checked>

(note that adding word "checked" selects the checkbox)

<input type="radio" name="radio1" checked>

<input type="reset" value="Reset">

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



 

Tutorials: HTML

Title/Description

Level

Backgrounds: Tutorial
Learn how to effectively add backgrounds to your page that make your page look professional or amateur.

Beginner

Imagemaps: Tutorial
Make one image into various clickable regions using only HTML

Intermediate

Embedding Fonts: Tutorial
Learn how to use uncommon fonts in web pages by embedding them.

Advanced

Images: Tutorial
Positioning images can make your images look just right when inserted into text.

Intermediate

Form Effects: Tutorial
Learn how to create trendy forms with simple style commands as well as with CSS classes.

Intermediate

Layers: Tutorial
Layers can make complicated image placement possible.

Advanced

Forms: Tutorial
Use forms to gather information from your users.

Advanced

Links: Tutorial
Making links in HTML is the easiest thing you will ever do.

Beginner

Frames: Tutorial
Learn how to create frames that enable you to create navigation systems on your site.

Advanced

Scrollbars: Tutorial
Learn how to add effects to your scrollbars and add flavor to your page.

Advanced

Hide From Print: Tutorial
Learn how to only allow a visitor to print part of your page using CSS.

Intermediate

SSI: Tutorial
Learning how to do SSI will save you a lot of authoring time.

Advanced

Horizontal Line: Tutorial
The horizontal line serves as a great separator tool.

Beginner

Table Styles: Tutorial
Learn how to add various table styles such as dash or dot borders, and many other things.

Intermediate

Iframes: Tutorial
Iframes can organize your website into clean sections.

Advanced

Tables: Tutorial
Organize your web page layouts with tables.

Intermediate

216 Web Safe Color Chart: Tutorial
The 216-color color-safe palette refers to colors (RGB values) that will appear the same on either IE or Netscape and Windows or Mac platforms.

Beginner

Pantone RGB/Hex/HTML Colors: Tutorial
This table contains all pantone colors converted to RGB and Hex. It displays them all in HTML colors.

Intermediate

 


Home Contact Credits Flash Templates Webmaster Forums Site Map Webmaster Resources Advertise


Computer Playground
· Templates Resource