Summary of the display of table borders in HTML

Source: Internet
Author: User

One
1. Display 4 borders of the table: <table border frame=box>
2, only display the top border: <table border frame=above>
3. Display only the bottom border: <table border frame=below>
4, only display the upper and lower border: <table border frame=hsides>
5, only show left and right border: <table border frame=vsides>
6. Show left frame only: <table border frame=lhs>
7. Show right border only: <table border frame=rhs>
8, do not display any border: <table border frame=void>

Two
1. Show only the dividing line between columns: <table rules=cols>
2. Show only the dividing line between rows and rows: <table rules=rows>
3. Do not display any divider lines: <table rules=none> (four borders only)
4. Show all divider lines: <table rules=all>

However, it is also a reminder that NC does not support these table properties!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.