Lesson 15-1 : 專題 -- 圈圈叉叉

專題練習 15-1 學習重點:
1) 下載範例程式
2) 將程式拆分成:index.html、style.css 及 game.js 三個部分

  1. CSS 在 index.html 中,以  <link rel="stylesheet" href="style.css">   連結

  2  JavaScript 在 index.html 中,以下列的方式連結  (建議放在 </body> 之前)
        <script src="jquery-1.11.3.min.js"></script>
        <script src="game.js"></script>

  3. HTML div tag (補充資料請按我

  4. 相關內容整理