dirtyDeeds
billboard

Headings, Paragraphs, Formatting & Whitespace

Billboard Design 101: Content designed for scanning, not reading

Careful use of these elements maximize a user's experience and enhance a page's readability, creating an effective web page, easy to navigate.

Headings

Headings are used to organize the content of a page and make it easier to skim and find the information that the reader is looking for. Headings should be used to:

It is also important to use only one H1 heading per page, as this is usually used to denote the page title. If other headings are used, they should be in descending order (i.e. H2, H3, etc.).

Headings should be in close proximity to the information they showcase. This usually means a CSS stylist must adjust the bottom margin of the heading and the top margin of the element beneath it.

DO NOT USE HEADINGS AS A SUBSTITUTE FOR PARAGRAPHS!

Paragraphs

Effective Paragraphs:

Formatting

Text formatting can be implemented by specific HTML tag use, or with targetted styling with CSS (preferred), or by HTML formatting with attributes (use sparingly). It is used to:

Formatting Techniques and Principles:

It is important to use formatting sparingly and only when necessary, as overuse of formatting can make the text difficult to read.

At all times, a designer should keep the C.R.A.P.  Rule in mind!

Whitespace

Whitespace is used to create visual breaks in the text and make the page more visually appealing. Proper use of whitespace can help create an organized, easy-to-read page.

Use whitespace strategically, as too much whitespace can make the page seem cluttered, while too little can make it seem crowded.

Padding and margin are under-utilized CSS properties in helping a page breathe.

Never use <br> tags to create whitespace. Use padding and margin!