darkmoon_uk
08/04/2020, 11:55 AMkotlinx.html
DSL e.g.
val document = document.create.html {
lang = "en"
head {
meta {
charset = "UTF-8"
...
...what is the right way to commit this to display in entirety - is it via document.rootElement
?