先講一下codeing 環境設定
最近在學寫網頁前端的東西
windows 8.1
有裝xampp , 所以檔案存檔後是直接連到 127.0.0.1/myFile/index.html
用 chrome 裝 live reload 來看結果
然後 editor 用 sublime text 分 html , css , javascript 三個檔來寫
所以寫完任何一個段落之後,我都會直接按 ctrl + s 存檔然後看 chrome 的結果
css <link > 是放在 html的 head tag 裡面
js <script> 是放在 html的 body tag 的最後一行