Page is a not externally linkable
Fotiman - 10:20 pm on Dec 9, 2009 (gmt 0)
But this would not: At least, that's how I interpret what they are saying.
Note, that quote was from Google, not from me. :)
Also, it says one tag, which I take to mean as "div" or "span", but not both "div" and "span" (I'm only using div and span as examples... substitute any tags). In other words, they are saying this would be good:
<div class="car">
<div class="make">Ford</div>
...
</div>
<div class="car">
<div class="make">Toyota</div>
...
</div>
<div class="car">...</div>
<span class="car">...</span>