E>html { E> head { E> title 'Hi' E> } E> body { E> p { E> 'Hello, world!' E> } E> } E>} E>
(html (head (title "Hi") (body (p "Hello, World"))))