Simple page

Report a typo

You need to write code that outputs the following HTML:

<!DOCTYPE html>
<html>
    <body>
        <h1>Article's title</h1>
        <div>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</div>
    </body>
</html>

What should go in place of the three dots?

val myDocument = document { }
myDocument.append {
    //...
}
println(myDocument.serialize())
Reorder lines using drag or arrows. Adjust indentation with left buttons
                h1 {
              
                }
              
                div {
              
                html {
              
                +"Article's title"
              
                }
              
                }
              
                }
              
                body {
              
                +"Lorem ipsum dolor sit amet, consectetur adipiscing elit."
              
___

Create a free account to access the full topic