-
The most accurate way to approach web design is to view web pages in terms of three layers:
- Structure
- Style
- Behavior
-
Each one of these layers requires a different technology. The respective technologies are
- (eXtensible) HyperText Markup Language
- Cascading Style Sheets
- JavaScript and the Document Object Model
-
Use meaningful markup to structure your content.
-
Keep presentational information separate using CSS.
-
Apply behavioral changes responsibly using unobtrusive JavaScript that degrades
gracefully.
DOM Scripting 学习十四-THE FUTURE OF DOM SCRIPTING
最新推荐文章于 2024-11-02 15:22:06 发布