I forgot a tag name... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I forgot a tag name...

I would like to know the tag name of HTML that allows user to interect with page changing its contending text.

4th Feb 2019, 9:10 PM
Daniel Bandeira
Daniel Bandeira - avatar
4 Answers
+ 3
<div contenteditable="true"> This text can be edited by the user. </div> read this article for more Information 🙂 https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Editable_content
4th Feb 2019, 9:48 PM
Alex Nicolas Kessi
Alex Nicolas Kessi - avatar
+ 1
//Can you describe more about that tag
4th Feb 2019, 9:30 PM
Sudarshan Rai
Sudarshan Rai - avatar
+ 1
It isn't the tag,but the attribute... just as Alex told us above.
4th Feb 2019, 11:10 PM
Daniel Bandeira
Daniel Bandeira - avatar
0
If you wand to change a text when clicking on it simply use javascript there thousands of tutorials out there 👍
4th Feb 2019, 9:49 PM
Alex Nicolas Kessi
Alex Nicolas Kessi - avatar