From: Florian Gilcher Date: 2008-08-17T04:55:27+09:00 Subject: Re: firefox html, my downloaded html and firebug html different? On Aug 16, 2008, at 5:07 PM, Thomas Wieczorek wrote: > Every browser cleans up invalid markup. Each one has a different way > to do it. Firefox, for example, adds to every a , when > it doesn't exist. Firebug shows you the cleaned up source. Actually, if the table has no header, no footer and only one ody, the tbody-tag is not required but implicitly assumed. So it always exists in the dom displayed by firebug (as it is added and thus existing) but does not when you manipulate the document with a tool that does not build the dom beforehand (the source viewer). Regards, Florian Gilcher