Is the <tr> tag optional?
2 answers
All browsers accept "quirks" in the HTML layout and will display a "best guess" based on what they find. But in HTML specs, the tag is <tr> DEFINITELY required - whether it works or not, you should always use the correct HTML!
Check early, check often!
+12