Consistency In Web Design

The human mind constantly searches for patterns instyle properties in another document, it is possible to
everything that it sees everyday, striving to find theachieve the same look and feel to all your webpages
unified picture as a whole. If the mind cannot findthat use the same style sheet. A style sheet, for
pattern in what it is seeking, it has a high tendencyexample, can be used to make the text on every
to look elsewhere.page 12 pt Verdana, all headings (h1) orange..etc. If
When doing web design, it is important to design thethe style of the site needs to be changed for any
website in such a way that makes it easier, notreason, only one document needs to be updated.
harder for the mind to see the pattern. It must beWithout style sheets, doing manual adjustments on
clear to a visitor he is still at the same site.every page is tedious and often result in errors and
If objects with similiar functions are groupedinconsistency.
together, its function will be easily understood andAnother way to promote site consistency is to use
remembered. When designing an interface, it istemplates. A website template is a document that
important that all similiar tools used for navigation anddefines the structure of muliple pages in your site.
accessing information should stay consistent. TheFor example, if the header and footer are standard
webpage font, style, colour, layout, mouse overacross all pages in your site, they can be attached to
effects should also stay consistent. When the userthe body of your document via an automated
clicks a link, he must recognize the connecting page isprocess, saving you time and typing errors. Many
similar to the previous one, failing to do so will makeweb editing softwares such as Dreamweaver offer
the user confused and will prompt him to visit othertemplating function. Server-side technologies can also
websites.do the same job easily.
If there are sound or animation used in navigation,Consistency is very important in website design
the sound and animated effect should stay the samebecause it makes the reader do less thinking. Time is
in all pages. For example, if an animation is turned onmoney. Your reader wants to find the information he
by clicking a flash button, it should be done the sameneeds quickly. Inconsistency design only slows down
way in the rest of the webpages.their surfing speed and make them lose interest in
One method of ensuring consistency is to useyour site easily.
Cascading Style Sheets (CSS). By defining standard