Online drag and drop HTML5 IDE

Today I thought about the following idea:

Built in the web browser IDE that allows you to resize custom sizes, drag and drop HTML elements, edit their attributes, and directly (in real time) style them with CSS (add / based on class or based on ID).

Overall, similar to Chrome's debugger focused on building webapps. In sum, the functions I'm looking for are:

  • Client web application application development-oriented
  • Live preview
  • Chrome debugger-like CSS editing

I'm pretty sure something like this exists, but I haven't been able to find it after numerous googling. Does anyone know of such a project?

+3


source to share


1 answer


Yes, a lot, search for the web IDE: http://www.coderun.com/ide/ There is also: http://ecco.sourceforge.net/ This is also popular: http://shiftedit.net/



0


source







All Articles