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.
4 odpowiedzi
+ 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
+ 1
//Can you describe more about that tag
+ 1
It isn't the tag,but the attribute... just as Alex told us above.
0
If you wand to change a text when clicking on it simply use javascript there thousands of tutorials out there 👍