Why I getting error in browser?
TypeError: document.body is null
Code is working well in JSfiddle.
HTML
Your document.body is not crated or existed yet. If you want to append child to document.body or do anything with document.body in your javascript then put your javascript cod or link of js file in the end of body tag.
document.body