Does the tabs widget use tables underneath?

Does the tabs widget use tables underneath?


I have an HTML table within one of the DIVs that make up a tab and the
font in each cell is smaller than that defined in my stylesheet for a
table cell. An HTML table outside of the tabs has larger text, so it
looks to me like a call to $('#mytabs').tabs() must somehow put a
table in there. That's the only thing that I can think of because I
have no nested tables anywhere in the markup I've written.
I could just use a class to fix it but that's a bit of a kludge, and I
really want to know if the tabs widget is inserting a table in there
for my own curiosity.