views:

91

answers:

2

Is there a website for pasting code HTML/JS, when you can edit HTML/JS and see changes live?

+7  A: 

jsfiddle is one of the best I've seen so far!
jsbin a second runner up.

There are bound to be others (and this answer is Community Wiki if you want to add them)

gnarf
+2  A: 

you could also try the Google Playground http://code.google.com/apis/ajax/playground/

runxc1 Bret Ferrier