美文网首页
Front-End 学习📒

Front-End 学习📒

作者: yanyuchen | 来源:发表于2017-09-10 14:57 被阅读0次

    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吧 

    相关文章

      网友评论

          本文标题:Front-End 学习📒

          本文链接:https://www.haomeiwen.com/subject/ytkzjxtx.html