Sample code Sharing for css:border-spacing properties (table border spacing)

Source: Internet
Author: User

First, border-spacing properties

We know that the table joins the border by default, like so:

We explained in the previous section how to combine table borders (eliminating table border spacing). But in actual development, it is possible to set the spacing of the table borders.

In CSS, we use the Border-spacing property to define the table border spacing.

Grammar:

Border-spacing: Pixel value;

Description

This property specifies the distance between the cell boundaries. When only 1 pixel values are specified, this value is used for horizontal and vertical spacing, and when 2 length values are specified, the 1th is used for horizontal spacing and the 2nd for vertical spacing.

In the CSS beginner stage, all are using pixels as units, in the CSS advanced we will be in-depth explanation of other CSS units.

Example:

<! DOCTYPE html> 

The preview effect in the browser is as follows:

Analysis:

"Border-spacing:5px 10px" defines the horizontal spacing between cells as 5px, with a vertical distance of 10px.

The Border-spacing property, like the Border-collapse attribute learned in the previous lesson, requires only the table element settings to take effect, no need to set it in th, TD elements, resulting in code redundancy.

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.