Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

The open Web presents incredible opportunities for developers. To take full advantage of these technologies, you need to know how to use them. Below you'll find the links to MDN's documentation on Web technologies.

Web Technologies

Basics

HTML
HyperText Markup Language is the language used to describe and define the content of a Web page in a well-structured format.
CSS
Cascading Style Sheets (CSS) are used to describe the appearance of Web content.
HTTP
Hypertext Transfer Protocol (HTTP) is an application-layer protocol for transmitting hypermedia documents, such as HTML.

Scripting

JavaScript
JavaScript is the programming language that runs in the browser, which is used to build advanced interactive Web sites and applications for secure browser execution.
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.

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, which can be used in HTML <canvas> elements.

Other

MathML
Mathematical Markup Language makes it possible to display complex mathematical equations and syntax.

Learning area

Learning web development
This set of articles aims to provide complete beginners to web development with all they need to start coding simple websites.

Other Topics

Developing Web Applications
Documentation for Web application developers; Web apps are true write-once, deploy anywhere apps for mobile, desktop, and Firefox OS.
Accessibility
Accessibility in Web development means enabling as many people as possible to use Web sites, even when those people's abilities are limited in some way. Here we provide information on developing Web content to be accessible.
Security
Ensuring that your Web site or open Web app is secure is critical.

View All...