Hey folks, how are you doing the weekend? Probably chilling and doing some small works.
Here I , bringing for you a small project with some 2 or 3 lines of small HTML code .
Here we go .
You can build a small notepad on your browser using just HTML.
Go to your code editor , create a div tag . Inside div tag write a p tag or any h tag you want. Inside the tag add the attribute contenteditable="true" Just like this
Now go to your browser with the same location , and double click to edit the note in it and write down your own note in it .
Β