The contenteditable attribute is used to specify whether or not the content of an element is editable. Read about this attribute and see on what elements to use.

L'attribut universel contenteditable est un attribut à valeur contrainte qui indique si l'élément courant doit pouvoir être édité par l'utilisateur ou non. Lorsque c'est le cas, des éléments de l'interface du navigateur (ou de l'agent utilisateur) sont modifiés afin de permettre l'édition. The contenteditable global attribute is an enumerated attribute indicating if the element should be editable by the user. If so, the browser modifies its widget to allow editing. Skip to main content; Select language; Skip to search; Technologies. Technologies Overview; HTML; CSS; JavaScript; Graphics; HTTP; APIs / DOM; Browser Extensions; MathML; References & Guides. Learn web development; Tu The contenteditable attribute specifies whether the content of an element is editable or not. Note: When the contenteditable attribute is not set on an element, the element will inherit it from its parent. Browser Support. The numbers in the table specify the first browser version that fully supports the attribute. Attribute ; contenteditable: 4.0: 6.0: 3.5: 3.1: 10.1: Syntax

A new addition to HTML5 is attribute contenteditable, it enables users to edit the text(contents) on the page. 1.To enable this feature set contenteditable="true" 

L'attribut universel contenteditable est un attribut à valeur contrainte qui indique si l'élément courant doit pouvoir être édité par l'utilisateur ou non. Lorsque c'est le cas, des éléments de l'interface du navigateur (ou de l'agent utilisateur) sont modifiés afin de permettre l'édition. Chaque élément du HTML5 peut être éditable. Cette fonctionnalité a été introduite longtemps auparavant mais a maintenant été standarisée avec WHATWG (voir la spécification HTML actuelle). Avec des gestionnaires d'événements JavaScript, vous pouvez transformer votre page Web en un éditeur de texte, complet et rapide. Compatibilité

The contenteditable attribute specifies whether the content of an element is editable or not. Note: When the contenteditable attribute is not set on an element, the element will inherit it from its parent.

Dans ce cours, vous apprendrez comment utiliser HTML5 et CSS3, les deux langages de programmation à la base de tous les sites web. Vous pensez peut-être que vous n'êtes pas fait pour apprendre un langage informatique, mais ne vous inquiétez pas : HTML et CSS sont des langages simples, que nous allons découvrir pas à pas, au cours de nombreux exercices. Vous serez bientôt capable d'ajout Related FAQ. Here are some more FAQ related to this topic: How to align a DIV horizontally center using CSS; How to align text vertically center in a DIV element using CSS The Road to HTML 5: contentEditable. March 6th, 2009 by Mark Pilgrim, Google in Tutorials. Welcome back to my semi-regular column, "The Road to HTML 5," where I'll try to explain some of the new elements, attributes, and other features in the upcoming HTML 5 specification.. The feature of the day is contentEditable, by which I mean client-side in-browser "rich text" editing. To make a browser page editable, it uses an HTML5 feature called the contenteditable. It is an HTML attribute, that allow users to edit the contents inside an element. Related: HTML5 Semantic elements and its usage. You can do more. You can experiment with other elements too. Usually the DIV element is used as a container to hold other elements in a group. We will transform the DIV element contenteditable fait parti des normes depuis bien longtemps ! IE6 ne le supporte qu'à moitié, au même titre que ses prédécesseurs. Bref rien de nouveau, ça ne fait pas parti de HTML5. Firefox, chrome, et les autres le supportent depuis très longtemps.