html {
head {
title {
en "bob";
}
}
body {
div "bob" {
h1 {
en "Hello World";
}
p {
help "one";
en "This is the ";
span {
style "coler: blue;";
en "whole";
}
en " world.";
}
en "one";
br;
en "two";
br;
}
}
}
####
bob
Hello World
This is the whole world.
one
two