want the user to be able to execute code in a textbox in the browser. How would I go about doing that in html/css?
I would like an entrybox for the user to write html/ css in and then be able to press a button to make the code appear in another box on the screen.
This is to test the users skills in html/ css because what im doing is basically a website were people can learn and test the basics in html/ css!
How can i do this with JS, html and css?