I want to create a simple HTML, CSS as well as Javascript editor within a webpage. What technology have to use and how to use for create the editor?
3 Answers
If I understand the question, you want to create a text-editor using HTML/CSS/JavaScript.
There are several popular implementations:
- Ace Editor used by GitHub, Cloud9, etc
- CodeMirror another good one
- Monoco Editor powers VS Code
Comments
so i don't understand way you need something like this but , you can use something like
Comments
try codeMirror,CodeMirror is a versatile text editor implemented in JavaScript for the browser
1 Comment
styfle
This is a subset of my answer that I wrote before you.