Alright, I have an interesting idea here. I am looking for a way to allow users to push a button and have a new p element permanently added to the HTML file. This means that even after reloading the page, everyone should be able to see this new element. Any suggestions on how I can achieve this?
Just to clarify, I am working with node.js/express, as well as html/js/css.