<div data-role="header" data-theme="a"><h1>Header A</h1></div><divclass="ui-body ui-body-a"><h3>Header</h3><p>This is content color swatch "A" and a preview of a <ahref="#"class="ui-link">link</a>.</p><ahref="#" data-role="button" data-inline="true">Button</a></div>
<ol data-role="listview" data-inset="true"><li><ahref="index.html">The Godfather</a></li><li><ahref="index.html">Inception</a></li><li><ahref="index.html">The Good, the Bad and the Ugly </a></li><li><ahref="index.html">Pulp Fiction</a></li><li><ahref="index.html">Schindler's List</a></li></ol>
画像付きのリストも、簡単に作れます。
フォーマットリスト
<ul data-role="listview" data-inset="true"><li><ahref="index.html"><h3>Stephen Weber</h3><p><strong>You've been invited to a meeting at Filament Group in Boston, MA</strong></p><p>Hey Stephen, if you're available at 10am tomorrow, we've got a meeting with the jQuery team.</p><pclass="ui-li-aside"><strong>6:24</strong>PM</p></a></li><li><ahref="index.html"><h3>jQuery Team</h3><p><strong>Boston Conference Planning</strong></p><p>In preparation for the upcoming conference in Boston, we need to start gathering a list of sponsors and speakers.</p><pclass="ui-li-aside"><strong>9:18</strong>AM</p></a></li></ul>
<div data-role="fieldcontain"><fieldset data-role="controlgroup"><legend>Choose as many snacks as you'd like:</legend><inputtype="checkbox"name="checkbox-1a"id="checkbox-1a"class="custom"/><labelfor="checkbox-1a">Cheetos</label><inputtype="checkbox"name="checkbox-2a"id="checkbox-2a"class="custom"/><labelfor="checkbox-2a">Doritos</label><inputtype="checkbox"name="checkbox-3a"id="checkbox-3a"class="custom"/><labelfor="checkbox-3a">Fritos</label><inputtype="checkbox"name="checkbox-4a"id="checkbox-4a"class="custom"/><labelfor="checkbox-4a">Sun Chips</label></fieldset></div>
<div data-role="fieldcontain"><fieldset data-role="controlgroup"><legend>Choose a pet:</legend><inputtype="radio"name="radio-choice-1"id="radio-choice-1"value="choice-1"checked="checked"/><labelfor="radio-choice-1">Cat</label><inputtype="radio"name="radio-choice-1"id="radio-choice-2"value="choice-2"/><labelfor="radio-choice-2">Dog</label><inputtype="radio"name="radio-choice-1"id="radio-choice-3"value="choice-3"/><labelfor="radio-choice-3">Hamster</label><inputtype="radio"name="radio-choice-1"id="radio-choice-4"value="choice-4"/><labelfor="radio-choice-4">Lizard</label></fieldset></div>