<div class="block">
<div class="ui-bar-c ui-li-divider ui-corner-top">Block 1</div>
<div class="ui-fixed ui-body-a ui-corner-bottom">
<p>This is a static block</p>
</div>
</div>
This is a static block
<div class="block">
<div class="set-2" data-role="collapsible-set" data-theme="c" data-content-theme="a" data-mini="true">
<div data-role="collapsible" data-collapsed="false">
<h3>Section 1</h3>
<p>Set of two collapsible blocks with one being collapsed</p>
</div>
<div data-role="collapsible">
<h3>Section 2</h3>
<p>Collapsed by default if 'data-collapsed="false"' is omitted</p>
</div>
</div>
</div>
This is a collapsible block
Set of two blocks with one being collapsible
Collapsed by default if 'data-collapsed="false" ' is omitted
A set of 3 collapsible blocks
The description 'style="width:100%" ' has been added to the <div class="block"> statement
in order to make the block use the whole available width of the screen.
Content 2
Content 3