+ 1
Difference between 2 languages..
Alright so.. some webpages have JS has interactive language while other pages have PHP as interactive language and surprisingly.. some webpages use Python for interaction. Can someone explain what’s the difference between each interaction ? becuz I wanna learn to code a simple HTML+interacting language webpage Upvote so people can see it , thanks
2 Antworten
+ 1
simple interactive html, means front-end only (avoid server side languages), so you will stick with html+(css)+js ^^
+ 1
Hi! You mix the concepts of frontend (visual display of the page on the client side) and backend technologies (php and python). for a better understanding: the frontend (this includes html, css, and js technologies) works on the client side, including js. the js program code executes the site engine. therefore, in your case, study the frontend, as visph advised you