And don't forget <tbody>, which is really handy if you need to subdivide the rows of a table up into smaller blocks. You can have multiple tbodys per table as long as they don't overlap.
Dean Landolt wrote: > > Hi again, > > > > you replied directly to me with this: > > > > Awesome! Now 1 more question. > >> > >> How can I have it not hover the last row too? > > > > > Just to expand a little on sheshnjak's point above, if it does sound like > it's a header and footer you're trying to differentiate. If that's the case, > may I suggest the more semantic <thead> and <tfoot> tags? They might come in > handy.