Label placement is important in usability of HTML forms.
There is an amazing study done by uxmatters where they compared different label placements in forms. Here are the results:
- Label position—Placing a label above an input field works better in most cases, because users aren’t forced to look separately at the label and the input field. Be careful to visually separate the label for the next input field from the previous input field.
- Alignment of labels—In most cases, when placing labels to the left of input fields, using left-aligned labels imposes a heavy cognitive workload on users. Placing labels above input fields is preferable, but if you choose to place them to the left of input fields, at least make them right aligned.
- Bold labels—Reading bold labels is a little bit more difficult for users, so it’s preferable to use plain text labels. However, when using bold labels, you might want to style the input fields not to have heavy borders.
- Drop-down list boxes—Use them with care, because they’re so eye-catching. Either use them for important data or, when using them for less important data, place them well below more important input fields.
- Label placement for drop-down list boxes—To ensure users are immediately aware of what you’re asking for, instead of using a separate label, make the default value for a drop-down list box the label. This will work for very long lists of items, because a user already has the purpose of the input field in mind before the default value disappears.
You should follow me on twitter here 
Get Started Now
Go to our information sheets to
start building your website today!
Related Articles
Browse By Category
Filed Under: Usability, Forms, Labels, Website Design
Please feel free to leave a comment or question about the article
"Proper Label Placement in Forms"
Comments
2
AHFX Website Design
Caroline makes some very good points in her articles. Normally the above instructions are for quick and easy call to action forms. Longer forms are more daunting and should be minified or broken up to keep people from being scared to fill out your form.
Also the point about using right aligned labels on forms that you have to "leave to find the information" allows you to quickly scan the left column for where you were, instead of having to dig through the form itself to find where you were.
As in all things, there are always exceptions to the rule.
3
NYC Web Design
Quite Impressive.but I have query.Is there any CSS property to make font smooth in IE?
4
website builder
This will work for very long lists of items, because a user already has the purpose of the input field in mind before the default value disappears.








1
Caroline Jarrett
Before following this advice, please read my article on Label Placement in Forms. http://www.usabilitynews.com/news/article3507.asp
Short version: putting labels above the boxes is OK for short labels for expected questions in simple forms. It´s not OK for longer labels or more complex forms.