So, I couldn't help noticing while demonstrating Chrome's DOM browser thing to my brother, that Google uses a <font size=-2> tag.
I know this is a stupid question, but from a programming point of view--why would they use a deprecated tag on Google? Is it because it's smaller than using <p class="whatever"> and then creating a style for it, or just going <p style="font-size: x-small">?
-2isx-small. – Gumbo Dec 27 '09 at 22:16-2pxmeans the text should be -2 pixels high, which would lead to unexpected results. :-) – ceejayoz Dec 27 '09 at 23:01