Front-End 学习📒
2017-09-10 本文已影响0人
yanyuchen
1, html, CSS, JavaScript的基本区别
HTML is a noun, CSS is the abj, and the JS is the verb.
html是webpage里的内容, 标题名字/大小啦, 按钮啦, list啦等等 总之就是这个web的基本结构。
structural and contant
css就是 html里面东东的属性, 比方说是 标题是什么颜色啦
按钮是不是有边框咧? 按钮有没有背景色 诸如此类的。
js就是触发机制, 动词可以这么理解。 若是做了什么动作, 那么页面会有什么变化balabala...基本上来讲, JS就是添加logic to make it interactive吧