Difference between revisions for Playground / Table Markup Reference
1. Table Markup Scheme
The generic markup for table elements follows this scheme:
*|(attribute parameters){style parameters} content ||Example:
*|(i=main_heading){text-size: 120%} This is the main heading |*Understanding the Table Markup Scheme
- Opening delimiter
^|is any of the delimiters described in the elements table below.
- Attributes
(attribute parameters)is an optional series ofparameter=valuedeclarations enclosed in brackets. Valid parameters are described in the attribute table below. Multiple parameter declarations can be separated with a space ().
- Style
{style parameters}is an optional series of CSS style declarations enclosed in braces. Multiple style declarations can be separated with a semicolon (;).
- Content
contentcan be any valid content for that element (including formatted text). - Closing delimiter
||is the standard delimiter.