Type: Boolean
Returns whether the browser supports the ability display HTML tables.
C# Example:
<html>Tables supported:
<% BrowserObj browObj = BrowserObj.GetBrowser();
Response.Write(browObj.Tables);
%>
</html>