網頁文章 網頁文章

 <!DOCTYPE html>

<html> 

<head>

<meta charset="utf-8"/>

<meta name="viewport" content="width=device-width, initial-scale=1">

<title>Ch7_3_3.htm</title>

<link rel="stylesheet" href="jquery.mobile.min.css">

<script src="jquery-1.6.4.min.js"></script>

<script src="jquery.mobile.min.js"></script>

</head>

<body>

<div data-role="page" id="home">

  <div data-role="header">

  <h1>Ch7_3_3</h1>

  </div>

  <div data-role="content">

    <div data-role="collapsible-set">

      <div data-role="collapsible" data-theme="b" data-content-theme="b">

        <h3>jQuery Mobile</h3>

        <div ><img src="001.png"/> </div>

      </div>       

      <div data-role="collapsible" data-theme="b" data-content-theme="b">

        <h3>Android</h3>

        <div ><img src="002.png"/> </div>

      </div>

      <div data-role="collapsible" data-theme="b" data-content-theme="b">

        <h3>PhoneGap</h3>

        <div ><img src="003.png"/> </div>

      </div>      

    </div>  

  </div>

</div>

</body>

</html>