document.body.appendChild( document.createElement('div').appendChild( document.createElement('p') ) )
(document.body.appendChild( document.createElement('div'))).appendChild( document.createElement('p'))