tailieunhanh - Tự học HTML và CSS trong 1 giờ - part 34

Tham khảo tài liệu 'tự học html và css trong 1 giờ - part 34', công nghệ thông tin, đồ họa - thiết kế - flash phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | 306 lesson 10 Building Tables TABLE Continued Attribute Applied to Element Use col colgroup table caption bgcolor All border table bordercolor table Used to set alignment of all cells in a column. Possible values are left center and right. Used to set alignment of all cells in a column group. Possible values are left center and right. Deprecated in HTML . Possible values are left center and right. align center isn t supported in HTML and older browsers. Determines the alignment of the table and indicates that text following the table will be wrapped alongside it. Deprecated in HTML . Indicates which side of the table the caption will be placed. The possible values for most browsers are top and bottom. HTML browsers also support left and right. In Internet Explorer the possible values are left right and center and they indicate the horizontal alignment of the caption. HTML deprecated in HTML . Changes the background color of that table element. Cell colors override row colors which override table colors. The value can be a hexadecimal color number or a color name. Indicates whether the table will be drawn with a border. The default is no border. If border has a value it s the width of the shaded border around the table. Internet Explorer extension. Can be used with any of the table elements to change the color of the border around that elements. The value can be a hexadecimal color number or a color name. Download from Summary 307 TABLE Continued Attribute Applied to Element Use bordercolorlight table Internet Explorer extension. Same as bordercolor except it affects only the light component of a 3Dlook border. bordercolordark table Internet Explorer extension. Same as bordercolor except it affects only the dark component of a 3Dlook border. cellspacing table Defines the amount of space between the cells in the table. cellpadding table Defines the amount of space between the edges of the cell and its contents. char