Summary of style CSS html

Source: Internet
Author: User
ArticleDirectory
    • <TH align =#>#= align/layout of text in left, center, and right tables
    • Border table size settings
    • <Table border cellspacing = #>
    • <Table border cellpadding = #>
Nowrap controls do not wrap
. Over_hidden {white-space: nowrap; overflow: hidden; width: 100%; text-overflow: ellipsis;} exceeds the specified length and is replaced by three dots.
Colspan Span multiple columns
 
RowspanCrossing multiple lines


<Table border cellspacing = 10> table meta gap settings:

<Table border cellpadding = #>

Empty table meta settings:

<TH align =#>#= align/layout of text in left, center, and right tables

 


Border table size settings
 

Example:
<Table Border>
<Tr> <TH colspan = 3> morning menu </Th>
<Tr> <TH> food </Th> <TH> drink </Th> <TH> sweet </Th>
<Tr> <TD> A </TD> <TD> B </TD> <TD> C </TD>
</Table>

<Table Border>
<Tr> <TH rowspan = 3> morning menu </Th>
<TH> food </Th> <TD> A </TD> </tr>
<Tr> <TH> drink </Th> <TD> B </TD> </tr>
<Tr> <TH> sweet </Th> <TD> C </TD> </tr>
</Table>


 
<Table border = 10>
<Tr> <TH> food </Th> <TH> drink </Th> <TH> sweet </Th>
<Tr> <TD> A </TD> <TD> B </TD> <TD> C </TD>
</Table>

<Table border cellspacing = #>

Table meta gap settings:

<Table border cellspacing = 10>
<Tr> <TH> food </Th> <TH> drink </Th> <TH> sweet </Th>
<Tr> <TD> A </TD> <TD> B </TD> <TD> C </TD>
</Table>

<Table border cellpadding = #>

Empty table meta settings:

 
<Table border cellpadding = 10>
<Tr> <TH> food </Th> <TH> drink </Th> <TH> sweet </Th>
<Tr> <TD> A </TD> <TD> B </TD> <TD> C </TD>
</Table>

 

 
 

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.