+ 1
In HTML and Java which is better for web programming
6 Réponses
+ 4
HTML has its own realm, you'll always need it in any web development.
for example in java, you can use Servlet as website backend but in the end it will need to render the result as HTML for the client
or JSP (also in java) is kinda like writing HTML but with Java coding slip in between HTML code.
+ 2
probably html
+ 2
basic for web is html +css+Javascript,
java can help to biggest website, but it is no basic level for learning web
+ 2
You can't create webpage without HTML... Even if it's Java
+ 2
HTML is a very common markup language in web development. HTML is used to visualize data. But it will require a programming language, commonly JS, to be modified. Java is a good backend programming language.