Resources for Developers,
by Developers
Documenting web technologies, including CSS, HTML, and JavaScript, since 2005.
Featured Articles
Introducing the CSS Cascade
The cascade is an algorithm that defines how user agents combine property values originating from different sources. The cascade defines the origin and layer that takes precedence when declarations in more than one origin or cascade layer set a value for a property on an element.
<dialog> : l'élément de boîte de dialogue
L'élément HTML <dialog> représente une boite de dialogue ou un composant interactif (par exemple un inspecteur ou une fenêtre).
JavaScript asynchrone
Dans ce module, nous examinons le JavaScript asynchrone, pourquoi il est important et comment il peut être utilisé afin de gérer efficacement les opérations potentiellement bloquantes telles que la récupération de ressources sur un serveur.
Tutoriel canvas
<canvas> est un nouvel élément HTML qui peut être utilisé pour dessiner des éléments graphiques à l'aide de scripts (habituellement JavaScript). Il permet par exemple de dessiner des graphiques, de réaliser des compositions de photographies ou des animations simples (voire pas si simples). Les images à droite montrent quelques exemples d'implémentations utilisant <canvas> que nous verrons plus tard dans ce tutoriel.
Latest news
Recent contributions
Fix broken link to promise docsmdn/content
7 hours agoRemove all polyfills in JS docsmdn/content
7 hours agoFix incorrect HTML tagsmdn/content
7 hours ago- 9 hours ago
Removal of Var and updating to new ES6 format using const and letmdn/content
9 hours ago- 9 hours ago
Fix invalid anchor when rendering as HTMLmdn/content
10 hours ago- 10 hours ago
provide link to MDN documentation for Number.prototype.toString()mdn/content
12 hours ago- 17 hours ago
Contributor Spotlight
SphinxKnightNowadays, I'm more interested in maintaining the existing translated docs and helping new contributors, while keeping an eye on localization and internationalization so that the language is not a barrier for anyone wanting to build with web technologies.Get involved →
