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
?