HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

table

Description

The table element for HTML represents data with more than one dimension, in the form of a table.

Syntax

HTML

<table attribute-name="attribute-value"></table>

Attributes

Global

NameValueDescription
summarystringProse description of the structure of the table

CSS

table
{
    border-collapse: separate;
    border-color: gray;
    border-spacing: 2px;
    display: table;
}

Examples

1 · summary

2 · CSS