Examples

In this example, we will throw in everything but the kitchen sink.

Kitchen Sink

Code

Here is a code block in coffeescript.

defaults =
    attribute1: defaultValue1
    attribute2: defaultValue2
    attribute3: defaultValue3
    attribute4: defaultValue4
    attribute5: defaultValue5

Table

Here is a table.

Tag Description
<table> Defines a table
<th> Defines a header cell in a table
<tr> Defines a row in a table
<td> Defines a cell in a table
<caption> Defines a table caption
<colgroup> Specifies a group of one or more columns in a table for formatting
<col> Specifies column properties for each column within a <colgroup> element
<thead> Groups the header content in a table
<tbody> Groups the body content in a table
<tfoot> Groups the footer content in a table

Zebra-striped Table

Here is a zebra-striped table.

Tag Description
<table> Defines a table
<th> Defines a header cell in a table
<tr> Defines a row in a table
<td> Defines a cell in a table
<caption> Defines a table caption
<colgroup> Specifies a group of one or more columns in a table for formatting
<col> Specifies column properties for each column within a <colgroup> element
<thead> Groups the header content in a table
<tbody> Groups the body content in a table
<tfoot> Groups the footer content in a table

Lists

An ordered list:

  1. The first list item
  2. The second list item
    1. The first of the second list item
    2. The second of the second list item
  3. The third list item
    1. The first of the third list item
    2. The second of the third list item
    3. The third of the third list item

An unordered list:

  • List item
    • List item
      • List item
      • List item
    • List item
      • List item
      • List item
  • List item
  • List item
    • List item
    • List item
      • List item
      • List item
      • List item
      • List item
      • List item
    • List item
  • List item
  • List item

Callouts

This is a regular callout:

Regular callout

I am a regular callout.

This is an info callout:

Info callout

I am an info callout.

This is a warning callout:

Warning callout

I am a warning callout.

This is a danger callout:

Danger callout

I am a danger callout.