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 |

Disappearing HTML Web Page Form Input Box Text


You can display default text within your text input boxes that magically disappears when you click inside the box.

Click inside the text box below to view this example.

Copy and paste the following code into your input text code.

<INPUT type="text" name="url" value="http://www.yourdomain.com" size="30" onfocus="value=''">

Change the text where indicated in red to the default text you would like to be displayed.

By displaying default text within your HTML web page form, you can ensure that your visitors will provide correctly formatted text within your form's input box.

 More Web Design Tips