I have some content in p tag
<p>Some Content</p>
I also have two button 'Hide' and 'Show'.
<button>Hide</button>
<button>Show</button>
I want to hide the content if i click on 'Hide' button and show it again if clicked on 'Show' button. How to do it? Using JS or JQuery?