HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

contenteditable Attribute

contenteditable attribute

 

 

The contenteditable attribute decides whether the content of an element is editable or not. If it is not defined, then the element will inherit it from its parent.

 

Attribute Explanation:-

 

Value Description
true Specifies that the element is editable
false Specifies that the element is not editable

 

Syntax:-

 

Its syntax is:- < element contenteditable="true|false" >

Code Explanation

All Tutorials related to HTML Global Attributes

All Sections related to HTML