Jquerymobile Common List Example and jquerymobile example
<! DOCTYPE html>
<Html>
<Head>
<Title> normal list </title>
<Meta name = "viewport" content = "width = device-width, initial-scale = 1, user-scalable = 0"/>
<Script type = "text/javascript" src = "http://code.jquery.com/jquery-1.5.min.js"> </script>
<Link rel = "stylesheet" href = "http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.css"/>
<Script type = "text/javascript" src = "http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.js"> </script>
</Head>
<Body>
<Div data-role = "page">
<Header data-role = "header">
<H1> normal list </Header>
<Div data-role = "content">
<Ul data-role = "listview" data-theme = "a">
<Li> <a href = "#"> CAO Cao </a> </li>
<Li> <a href = "#"> CaO Ren </a> </li>
<Li> <a href = "#"> Zhang Liao </a> </li>
<Li> <a href = "#"> Liu Bei </a> </li>
<Li> <a href = "#"> Guan Yu </a> </li>
<Li> <a href = "#"> Zhang Fei </a> </li>
<Li> <a href = "#"> Sun Quan </a> </li>
</Ul>
</Div>
</Div>
</Body>
</Html>
Effect: