Code Player is a simple HTML editor where users can edit HTML,CSS and JavaScript documents and view the implementation accordingly.
The advantage of this editor over other editors is that it renders the output of the code in the adjacent panel. The user need not have to run the code. This shows the output as soon as the user starts editing the code!
Textareas have been used for the editable panels and the output is shown with the help of iframe. The output is updated correspondingly with the help of contents().
Pull requests are welcome. For major changes, Please open an issue first to discuss what you would like to change.