※ [本文转录自 Ajax 看板 #1NFFJolf ]
作者: shiningboy () 看板: Ajax
标题: [问题] 网页的font-size怪怪的
时间: Thu May 19 07:04:16 2016
先讲一下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 的最后一行