How do I clear the content of a div using JavaScript?

Viewed 624497

When the user clicks a button on my page, the content of a div should be cleared. How would I go about accomplishing this?

2 Answers
Related