Edit in JSFiddle

<div data-role="collapsible" data-theme="b" data-iconpos="right">
    <h3>Interesting Articles</h3>
    <ul data-role="listview">
        <li><a href="http://shreerangpatwardhan.blogspot.in/2012/04/giant-called-google.html">A giant called Google</a></li>
        <li><a href="http://shreerangpatwardhan.blogspot.in/2013/01/ground-truth-how-google-builds-maps.html">Google Ground Truth - How Google builds its maps</a></li>
        <li><a href="http://shreerangpatwardhan.blogspot.in/2011/06/where-does-google-get-its-live-traffic.html">How does Google get traffic data?</a></li>
        <li><a href="http://shreerangpatwardhan.blogspot.in/2012/12/where-is-google-street-view.html">Where is the Google Street View?</a></li>
    </ul>
</div>

<div data-role="collapsible" data-theme="e">
    <h3>Google Maps API</h3>
    <ul data-role="listview">
        <li><a href="http://shreerangpatwardhan.blogspot.in/2010/11/simple-map-using-google-maps-api-v3.html">Simple Map</a></li>
        <li><a href="http://shreerangpatwardhan.blogspot.in/2010/12/dancing-bubble.html">Dancing Markers</a></li>
        <li><a href="http://shreerangpatwardhan.blogspot.in/2010/12/custom-markers.html">Custom Markers</a></li>
        <li><a href="http://shreerangpatwardhan.blogspot.in/2010/12/retriving-co-ordinates.html">Retriving Co-ordinates</a></li>
        <li><a href="http://shreerangpatwardhan.blogspot.in/2011/02/fusion-table-heat-map-layer.html">Heat Map</a></li>
    </ul>
</div>

<div data-role="collapsible" data-theme="a"  data-iconpos="right" data-collapsed="false" data-content-theme="c">
    <h3>Jquery Mobile</h3>
    <ul data-role="listview">
        <li><a href="http://shreerangpatwardhan.blogspot.in/2012/12/the-mobile-meta-tag.html">The mobile meta tag</a></li>
        <li><a href="http://shreerangpatwardhan.blogspot.in/2013/02/jquery-mobile-customizing-listview.html">Customizing the listview</a></li>
        <li><a href="http://shreerangpatwardhan.blogspot.in/2013/03/jquery-mobile-nested-listview.html">Nested listview</a></li>
        <li><a href="http://shreerangpatwardhan.blogspot.in/2013/03/jquery-mobile-numbered-listview.html">Numbered listview</a></li>
    </ul>
</div>