How to use Php,HTML 5,css and java in web designing?? In what algorithms they are used? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to use Php,HTML 5,css and java in web designing?? In what algorithms they are used?

8th Feb 2017, 6:42 AM
Sayyed Naqvi
Sayyed Naqvi - avatar
4 Answers
+ 3
@Chinmay Bhale Or you can use Java as server side logic... :) @Sayyed Naqvi I suggest you to learn web design/programming in this order: html css javascript jQuery (library of JavaScript) Bootstrap (library for JS, html, css) PHP MySql Wordpress/Joomla This would be full stack developing, if you want to do only front-end (client side development) you do not need to do PHP and MySQL. If you want to do back-end (server side) you need to know everything. :D GL
8th Feb 2017, 7:21 AM
Ladislav Milunović
Ladislav Milunović - avatar
+ 1
you make the framework with html, implement server side logic with PHP, implement client side logic with JavaScript, beautify your website with css. Java isn't directly used in web designing, unless you mean JavaScript, fyi they are in NO WAY related. if you really want to implement java in your web page, have a look at processing.js
8th Feb 2017, 6:55 AM
Chinmay Bhale
Chinmay Bhale - avatar
+ 1
@Ladislav Milunovic +1 lol forgot about that! true though, java can be used on server side. infact it's better nowadays because you can reuse the same code if you want to develop an Android app. the processing.js library on the other hand is for using java on the client side of the webpage.
8th Feb 2017, 8:17 AM
Chinmay Bhale
Chinmay Bhale - avatar
+ 1
Thanks for your intellectual answer @Ladislav Milunović and @chinmay Bhale i mean Java script but not java
8th Feb 2017, 8:41 AM
Sayyed Naqvi
Sayyed Naqvi - avatar