Response title
This is preview!
<ul data-role="listview"> <li>Level 1 list <b>level 1 formatted text</b> <ul> <li> Level 2 list <b>level 2 formatted text</b> </li> </ul> </li> </ul>
<div data-role="page">
<ul data-role="listview">
<li>
<h1>Header Text 1</h1>
Normal Text 1
<p>Sub Text 1</p>
</li>
<li>
<h1>Header Text 2</h1>
Normal Text 2
<p>Sub Text 2</p>
<ul>
<li><p>Sub item 1</p></li>
<li><p>Sub item 2</p></li>
</ul>
</li>
<li>
<h1>Header Text 3</h1>
Normal Text 3
<p>Sub Text 3</p>
</li>
</ul>
</div>
To add text hierarchy, use headings to increase font emphasis and use paragraphs to reduce emphasis.
© 2013 jQuery Foundation
Sponsored by and others.