Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web编程模型概述 #23

Open
coconilu opened this issue Jul 9, 2018 · 0 comments
Open

Web编程模型概述 #23

coconilu opened this issue Jul 9, 2018 · 0 comments

Comments

@coconilu
Copy link
Owner

coconilu commented Jul 9, 2018

概述

HTML,是标记语言,负责承载内容,就是一个网页可以被呈现出来的内容。
CSS,可以装饰排版这些内容,让它看起来更美观。
JS,可以为这些那内容添加一些交互元素,让人机关系更友好。

三者之间的联系

html和css是展现用户界面的关键,无论前端如何发展,多了多少框架和库,都避免不了界面就是基于html和css的事实;
而js可以操控html和css,可以达到响应用户操作改变界面的效果。

相关的内容

  1. HTML标签及属性
  2. DOM模型
  3. DOM的事件模型
  4. Web API
  5. CSS收集解析模型
@coconilu coconilu changed the title Web编程模型 Web编程模型概述 Aug 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant