Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

CSS - Tables

Googleplus Pint
#1
This tutorial will teach you how to set different properties of an HTML table using CSS. You can set following properties of a table:

The border-collapse Specifies whether the browser should control the appearance of adjacent borders that touch each other or whether each cell should maintain its style.

The border-spacing Specifies the width that should appear between table cells.

The caption-side Captions are presented in the <caption> element. By default, these are rendered above the table in the document. You use the caption-side property to control the placement of the table caption.

The empty-cells Specifies whether the border should be shown if a cell is empty.

The table-layout Allows browsers to speed up layout of a table by using the first width properties it comes across for the rest of a column rather than having to load the whole table before rendering it.
Hasan
Reply


Messages In This Thread
CSS - Tables - by Hasan - 06-28-2018, 09:53 AM
RE: CSS - Tables - by Hasan - 06-28-2018, 09:54 AM
RE: CSS - Tables - by Hasan - 06-28-2018, 09:55 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  CSS white-space Property Hasan 0 1,657 07-04-2018, 03:29 AM
Last Post: Hasan
  CSS - Links Hasan 1 2,289 06-28-2018, 09:47 AM
Last Post: Hasan
  CSS - Images Hasan 3 2,448 06-28-2018, 09:37 AM
Last Post: Hasan
  css text effect Hasan 9 2,643 06-28-2018, 09:34 AM
Last Post: Hasan
  Setting Fonts using CSS Hasan 7 2,501 06-28-2018, 09:30 AM
Last Post: Hasan
  Setting Backgrounds using CSS Hasan 1 1,545 06-28-2018, 03:31 AM
Last Post: Hasan
  CSS - Colors Hasan 0 1,652 06-28-2018, 03:23 AM
Last Post: Hasan
  CSS Syntax - Selectors Hasan 0 1,450 06-28-2018, 03:20 AM
Last Post: Hasan
  CSS Introduction Hasan 0 1,436 06-28-2018, 03:19 AM
Last Post: Hasan

Forum Jump:


Users browsing this thread: 3 Guest(s)