--- title: Web technology for developers slug: Web tags: - Landing - NeedsTranslation - Technology - TopicStub - Web - google - 'https://wiki.developer.mozilla.org/hi-IN/docs/Web/CSS' translation_of: Web ---

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 our Web technologies documentation.

Web technologies

Basics

HTML
HyperText Markup Language is the language used to describe and define the content of a Web page.
CSS
Cascading Style Sheets are used to describe the appearance of Web content.

Scripting

JavaScript
JavaScript is the front end programming language 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.

Graphics

SVG
Scalable Vector Graphics let you describe images as sets of vectors 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 that can be used in HTML {{HTMLElement("canvas")}} elements

Other

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

Documentation by type

Web Developer Guide
The Web Developer Guide provides useful how-to content to help you actually use Web technologies to do what you want or need to do.
Tutorials for Web developers
A list of tutorials to take you step-by-step through learning APIs, technologies, or broad topic areas.
References
This page will offer links to all reference information on MDN, but for now use one of the technology links in the left section.

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 content to be accessible.

View All...