I want to get inner html height by JavaScript. Suppose I have
<div>Content</div>
either if the div font size has increased or many divs nested inside the parent, how do I get the height of parent div?
edit: even if the nested div has border and padding too.