Estilos de tablas HTML
You are viewing an old version of this article. View
the current version here.
Unstyled tables look like this:
Column One | Column Two | Column Three | Column Four |
---|---|---|---|
Fruit | Apples | Oranges | Grapes |
Entertainment | Books | Radio | Movies |
Exercise | Running | Walking | Jumping |
To style a table, wrap the table in style tags like this:
<<style class="table-class">> ...table goes here... <</style>>
The following table classes are available:
<<style class="borders">>
Column One | Column Two | Column Three |
---|---|---|
Apples | Oranges | Grapes |
Books | Radio | Movies |
Running | Walking | Jumping |
<<style class="borders-side">>
Fruit | Apples | Oranges | Grapes |
---|---|---|---|
Entertainment | Books | Radio | Movies |
Exercise | Running | Walking | Jumping |
<<style class="darkheader">>
Column One | Column Two | Column Three |
---|---|---|
Apples | Oranges | Grapes |
Books | Radio | Movies |
Running | Walking | Jumping |
<<style class="darkheader-side">>
Fruit | Apples | Oranges | Grapes |
---|---|---|---|
Entertainment | Books | Radio | Movies |
Exercise | Running | Walking | Jumping |
<<style class="darkheader-nospace">>
Column One | Column Two | Column Three |
---|---|---|
Apples | Oranges | Grapes |
Books | Radio | Movies |
Running | Walking | Jumping |
<<style class="darkheader-nospace-side">>
Fruit | Apples | Oranges | Grapes |
---|---|---|---|
Entertainment | Books | Radio | Movies |
Exercise | Running | Walking | Jumping |
<<style class="darkheader-nospace-borders">>
Column One | Column Two | Column Three |
---|---|---|
Apples | Oranges | Grapes |
Books | Radio | Movies |
Running | Walking | Jumping |
<<style class="darkheader-nospace-borders-side">>
Fruit | Apples | Oranges | Grapes |
---|---|---|---|
Entertainment | Books | Radio | Movies |
Exercise | Running | Walking | Jumping |
<<style class="newspaper">>
Column One | Column Two | Column Three |
---|---|---|
Apples | Oranges | Grapes |
Books | Radio | Movies |
Running | Walking | Jumping |
<<style class="newspaper-side">>
Fruit | Apples | Oranges | Grapes |
---|---|---|---|
Entertainment | Books | Radio | Movies |
Exercise | Running | Walking | Jumping |
<<style class="underheader">>
Column One | Column Two | Column Three |
---|---|---|
Apples | Oranges | Grapes |
Books | Radio | Movies |
Running | Walking | Jumping |
<<style class="underheader-lines">>
Column One | Column Two | Column Three |
---|---|---|
Apples | Oranges | Grapes |
Books | Radio | Movies |
Running | Walking | Jumping |
<<style class="sideheader">>
Fruit | Apples | Oranges | Grapes |
---|---|---|---|
Entertainment | Books | Radio | Movies |
Exercise | Running | Walking | Jumping |
<<style class="sideheader-lines">>
Fruit | Apples | Oranges | Grapes |
---|---|---|---|
Entertainment | Books | Radio | Movies |
Exercise | Running | Walking | Jumping |
Comments
Comments loading...
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.