- Canvas教程
-
<canvas>是一个新的用于通过脚本(通常是JavaScript)绘图的HTML元素。It can for instance be used to draw graphs, make photo compositions or do simple (and not so simple) animations.
- 用Canvas绘图
- Firefox includes a new HTML element for programmable graphics.
<canvas> can be used for rendering graphs, UI elements, and other custom graphics on the client.
- The Importance of Correct HTML Commenting
- When authoring HTML in standards mode, incorrectly formed comments can break your pages, resulting in part or all of your content being commented out. When authoring XHTML or XML, incorrect comments will result in your documents not being able to be displayed at all.
- Tips for Authoring Fast-loading HTML Pages
- An optimized web page not only provides for a more responsive site for your visitors, but also reduces the load on your web servers and internet connection.
查看全部...
|
社区
工具
查看全部...
相关条目
- CSS, DOM, XHTML, XML, Canvas
|