Forum Moderators: open
HTML elements all have basic, well defined functions. It is impossible to use elements without affecting design; elements carry certain display propeties that browser render in a generally similar fashion. Headings and paragraphs are both important elements in page structure and each carries a certain "weight" in indexing value.
When I need (er, want) to display a bit of text or a specific characters for presentation purposes only, I use the most generic of HTML elements: the div!
There is more flexibility here since the div is a generic container without any predefined display attributes such as the default fore and aft spacing attributed to most other elements. This makes controlling margins and padding much easier.
Sometimes you may find that the default spacing that comes with the <p> element suits your purpose perfectly. other times you may find the generic <div> more appropriate.
Tools for the toolbox!
- papabaer