Html – Making a textarea visible when a <p> is hovered
I want the <div id="Feedback"> to appear when I hover over <p>Would you like to give feedback?</p>. In other words, I want the <textarea> and <p>How can we imporve the page?</p> to have their display set to 'block' when I…