We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi Im doing a web page with HTML and the notpad for my computer class, but it seems like very simple and has lack of stetic, so i want to use p5.js for making the web page and use processing for the banners and decoration, there's a way i can make a website using this both?
Answers
<tags>
inside ".html" files.<canvas>
element: https://p5js.org/reference/So with p5js i can do it?
Do you know a tutorial where they explain how to put that animation to a web?
You mean a background animation like the 1 in https://p5js.org/? :-/
Sorry, dunno. But I've found this Wikipedia article about CSS property z-index: ^#(^
https://en.Wikipedia.org/wiki/Z-index
Here's the "index.html" for that p5.js animation sketch:
https://p5js.org/assets/p5_featured/browning/index.html
You can hit CTRL+U in order to view its source. *-:)