Videos
Looking for a embeddable HTML / CSS editor and viewer
good IDE for js/html/css?
Anybody know of an in-browser viewer for DOCX files
Do you use an IDE for web development? If so, which one?
Visual Studio Code for me. Lots of extensions available that makes things easy, plus a sync one where you can sync settings between computers.
More on reddit.comWhat is a JavaScript compiler?
Is PlayCode's JavaScript compiler free?
Does the JavaScript compiler work offline?
Hi r/webdev !
I am a K-12 computer science teacher in the Netherlands and I am working on a online learning method for my students to learn the basics of HTML & CSS programming (this being their first encounter with CS). For this I use an environment in which I can use HTML to embed certain editors.
My question is: do you happen to know a embeddable HTML editor and viewer side-by-side so that I can let my children try out changing HTML code quickly on the go? What I am basically looking for is the editor and viewer combo of w3schools examples ( like this one ) but then embeddable in my own HTML environment and where I would be able to preset some code.
I already tried to simply make an <iframe> of one of those w3schools tryout pages, but w3schools doesn't allow these pages to be used in such manner.
Many thanks in advance for your help!