P@tty Ayers
Quote:
p class="header01"> is missing the point. You should use
h1>, etc. to mark your headings as headings, and then
apply CSS styles to get the look you want - usually, by
defining the <h1> in your external stylesheet. |
Agreed. To add (and probably to repeat), these tags have meanings. If,
for some reason, your CSS document fails to load, your HTML document will
still have some semblance of cohesiveness if you use the proper element
(tag) for the job (headers will still look like headers, etc.).
In addition, Google and other search engines make their decisions, at
least in part, based on the relevance of text as defined by certain
elements. Title and headings are often considered more important than a
plethora of paragraphs, so if your document has nothing but divs, you've
removed an implicit sense of order/priority to your content.
David
stiller (at) quip (dot) net
"Luck is the residue of good design."