Currently, I am working on coding in P5JS and I have encountered an issue. I am attempting to incorporate multiple JS files into my HTML page, however only the last one is being displayed. How can I make all of them visible? Additionally, I would like to style each one differently. For example, having one at the top of the page, then including other elements such as HTML files or texts, followed by another JS file below them. Is there a way to achieve this using CSS? Please note that I have already linked the CSS file to the HTML page.
I was unable to paste the code directly, so I uploaded it to this image hosting site
Thank you for your assistance.