+ 2

What code is best to create a webpage

webpage creation

27th Sep 2018, 9:03 AM
Qudusayo
Qudusayo - avatar
5 Antworten
+ 2
OK pls explain more
27th Sep 2018, 9:10 AM
Qudusayo
Qudusayo - avatar
+ 2
chat
27th Sep 2018, 9:20 AM
Qudusayo
Qudusayo - avatar
+ 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.
27th Sep 2018, 9:09 AM
Jan Štěch
Jan Štěch - avatar
0
Ok, what type of webpage do you want to create? E-shop, chat, image slider...
27th Sep 2018, 9:12 AM
Jan Štěch
Jan Štěch - avatar
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.
27th Sep 2018, 10:05 AM
Jan Štěch
Jan Štěch - avatar