<ul data-inset="true" data-role="listview" data-divider-theme="a">
<li data-role="list-divider">Adobe CC Applications:</li>
<li>...</li>
<li>...</li>
<li>...</li>
<li>...</li>
<li data-role="list-divider"> </li>
</ul>
<a href = "index.html" data-icon="home">Home</a>
<a href="about.html" class="ui-btn">About...</a> <a href="summary.html" class="ui-btn">Summary</a>
<div data-role="controlgroup" data-type="horizontal">
<a href="about.html">About...</a><a href="summary.html">Summary</a>
</div>
<div data-role="controlgroup" data-type="horizontal" align="center">
Two dialog boxes with transition effect applied to them.
<div data-role="page" id="about_page" data-theme="b" data-dialog="true">
<div data-role="header" data-theme="a">
<div data-role="controlgroup" data-type="horizontal" align="center">
<a href="about.html" class="ui-btn" data-transition="slidedown">About...</a>
<a href="summary.html" class="ui-btn" data-transition="slidedown">Summary</a>
</div>
<a href="#popupjQueryMobile" data-rel="popup" data-transition="flow">jQueryMobile Framework</a>
<div data-role="popup" id="popupjQueryMobile" data-theme="a">
<a href="#" data-rel="back" data-role="button" data-icon="delete" class="ui-btn-right" data-iconpos="notext">Close</a>
<p>jQuery Mobile is a HTML5-based user interface system designed to make responsive web sites and apps that are accessible on all smartphone, tablet and desktop devices.</p> </div>