Tips for displaying and hiding web tables
Add corresponding control items after the <Table of the table to control whether the four outer frames of the table are visible, and control whether the horizontal and vertical table lines in the table are visible.
1) The table border is not displayed.
2) only display the border on the table
3) only show the bottom border of the table
4) only display the upper and lower borders of the table
5) only display the left and right sides of the table
6) only display the right border of the table
7) only display the left and right sides of the table
8) display the split lines in all tables
9) Hide the split lines in all tables
10) only display the split lines between rows
11) only display the split line between columns
1) after "<Table", add → frame = void
2) frame = above
3) frame = below
4) frame = hsides
5) frame = LHS
6) frame = RHS
7) frame = vsides
8) Rules = all
9) Rules = none
10) Rules = rows
11) Rules = Cols