Your Guide to Professional
Web Site Design and Development

HTML Tips
HTML Codes
Web Development
Web Design Tips
JavaScript Codes
216 Web Safe Colors
CSS Tutorial
JavaScript Tutorial
ASCII Character Codes

Offering a guide to professional web site design, web page design and web design guidelines

| Web Site Development | HTML Codes | HTML Tips | Web Design TipsJavascript Snippets | 216 Safe Colors | Symbols | CSS Tutorial | JavaScript Tutorial |

HTML Forms: Displaying Default Text within an Input Box


You can display default text within your web page form input box.

The INPUT tag is used to create input fields within a web page form.

When using HTML forms within a web page, many times you may need to display some 'default text' within your form to show your visitors what they should type in the form field.

This can be accomplished by adding the VALUE attribute to your input form.

<INPUT type="text" SIZE="10" MAXLENGTH="30" VALUE="Your Text">

Displaying default text within your web page form provides a great way to ensure your visitors will provide the right information within your input box.

 More Web Design Tips