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())