Select from following answers:- Spellcheck
- contextmenu
- contenteditable
- dropzone
- All Above
The contenteditable attribute specifies whether the content of an element is editable or not.
For Example:-
<p contenteditable = "true">We can edit paragraph contents.</p>
<p contenteditable = "false">We can not edit paragraph contents. It is read-only</p>
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator