Reputation: 71
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?
Upvotes: 0
Views: 815
Reputation: 1305
try codeMirror,CodeMirror is a versatile text editor implemented in JavaScript for the browser
https://github.com/codemirror/codemirror
Upvotes: 0
Reputation: 24610
If I understand the question, you want to create a text-editor using HTML/CSS/JavaScript.
There are several popular implementations:
Upvotes: 1
Reputation: 169
so i don't understand way you need something like this but , you can use something like
Upvotes: 0