Visit Mozilla.org

HTML

From MDC


超文本标记语言(HyperText Markup Language,HTML)用于创建在浏览器中可见的网页和其它类型的文档。HTML是一个由万维网联盟制定规范的国际标准。当前版本的HTML是HTML 4.01. 详细中文说明可以参考。html


文档

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