Alan Johnson @acjay.com · Feb 5

You can, you can use just JS. HTML and CSS are declarative, static representations of the DOM, which can also be fully controlled via its JS API. So you could ship an HTML file with only a script tag (the single tag is unavoidable) and do whatever you want in pure JS. codepen.io/acjay/pen/Ea...

1 likes 1 replies

?

Replies

Alan Johnson · Feb 5

That's a little more complex than your BASIC example, but not by much. It's controlling a much more complex substrate than the DOS terminal. I feel like this is probably not quite addressing what you're getting at, but maybe it will be helpful for drawing out your point.