List Style
List style is commonly used in pages mobile platforms since it makes navigation task very convenient. And in jQuery Mobile, you just need to specify data-role as listview. See codes as following:
<ul data-role=“listview” data-inset=“true” data-theme=“f”>
<li><a href=“#”>Title name</a></li>
<li><a href=“#”>Title name</a></li>
<li><a href=“#”>Title name</a></li>
</ul>
