+ 2
What code is best to create a webpage
webpage creation
5 Antworten
+ 2
OK pls explain more
+ 2
chat
+ 1
You need HTML to build webpage's structure, CSS to apply style to elements added in HTML (such as bacground colors, fonts etc.), JavaScript to make your webpage dynamical and PHP to make it comunicate with a server.
You don't have to use all of this. It depends on type of webpage you want to create.
0
Ok, what type of webpage do you want to create? E-shop, chat, image slider...
0
ok, then you will probably need html and css dor user-frendly interface, PHP for sending messages to the server and other computers and SQL for saving conversations into database.