开源Web的建立使用了一系列的技术,通过下面的链接你可以找到它们对应的参考资料。
核心 Web 技术
Basics
- HTML
- HyperText Markup Language is the language used to describe and define the content of a Web page in a structured format.
- CSS
- Cascading Style Sheets are used to describe the appearance of Web content.
Scripting
- JavaScript
- JavaScript is the programming language that runs in the browser, which is used to build advanced user interactive Web sites and applications.
- Web APIs
- Reference material for each of the individual APIs that comprise the Web's powerful scriptability, including the DOM and all of the related APIs and interfaces you can use to build Web content and apps.
- Web API interface reference - all interfaces, arranged alphabetically.
- WebAPI page lists device access APIs and other APIs useful for applications.
Graphics
- SVG
- Scalable Vector Graphics let you describe images as sets of vectors (lines) and shapes in order to allow them to scale smoothly regardless of the size at which they're drawn.
- WebGL
- WebGL brings 3D graphics to the Web by introducing an API that closely conforms to OpenGL ES 2.0, and which can be used in HTML
<canvas>elements.
Other
- MathML
- The Mathematical Markup Language makes it possible to display complex mathematical equations and syntax.
草案
本页尚未完工.
这页是Web平台参考文献的加载页,它会提供链接到构成 Web 平台的每个API(但它本身并没有子页)

