How to get the text from a DIV tag using JavaScript (no jQuery)

Using jQuery you can do many things easily but sometimes you may not need to use jQuery for a small Application.

Okay then without using jQuery how can I get the text from a DIV tag?.

Its very simple you …