I am creating a post maker web app, where you can add image and a text on it, now I want to add a download button to ***
download image along with a text
*** on it.
i added <img>
tag to add image , and a <input type="textarea">
to achieve this.