HTML table Border Settings tips

Source: Internet
Author: User
Tags modify
For many beginners of HTML, table

is the most commonly used tag, but for the control of table borders, many beginners do not have their solution.

For many beginners of HTML, table

is the most commonly used tag, but for the control of table borders, many beginners do not have their solution.

Generally we use the table when it will always give it a border attribute, such as:

Id NAME GENDER
1001 Mike Male

You can find that the table border seems very wide, of course, the "very wide" is definitely not the width of the table border, we see that the width should be between the gap caused. Therefore, only need to modify the table's CellSpacing property, namely:

Id NAME GENDER
1001 Mike Male

However, as if the width is not as we think: only one pixel wide, in fact, the above figure is actually two pixels wide, why, because the border between is not caused by overlap. To modify the Border-collapse property of the table,

namely

Id NAME GENDER
1001 Mike Male

Add a color to the table,

Id NAME GENDER
1001 Mike Male


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.