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: Customizing the Size of an Input Box


You can customize the size of your HTML form input boxes.

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

You can specify the size of your INPUT box by adding the SIZE attribute and adding a specific value. The value you specify within your SIZE attribute will determine the width of your input box within your web page form.

<INPUT type="text" SIZE="10">

By customizing the size of your web page form input box, you can specify the size of your input boxes and display your form within a web page table at a specific size. This will enable your form to have a uniform appearance and fit within the space you desire.

 More Web Design Tips