html does not belong to java. There are essential differences between the two: Java is a programming language, mainly used for android development and web development; while HTML is not a programming language and has no logical processing capabilities or computing capabilities. It cannot generate content dynamically and can only display web page information statically. It is used to develop web pages.
The operating environment of this tutorial: windows7 system, HTML5&&java8 version, Dell G3 computer.
html does not belong to java.
The difference between html and java:
Java is a programming language that has been constantly developing and updating the current JDK14. For today's rapidly developing information , Java technology has become ubiquitous, and it is present in various computer software, large-scale distributed server-side development, big data development, Android development, artificial intelligence, etc.
HTML is not a programming language, has no logic processing capabilities, no computing capabilities, cannot dynamically generate content, but can only statically display web page information.
HTML is a web page production tag language, such as the static websites we see every day. For example, the size of some text and the centering of paragraphs and the style layout of some websites are all made with HTML. The function of html is to implement the web page using code, and make each part of the web page into a module, and add color and size to the module when needed. The presentation of dynamic content requires back-end server-side development, such as Servlet and JSP.
Which is more important, Java or HTML?
I can only tell you that both are important, just like people’s thoughts and appearance. Java in the program is the soul and soul of the software. Thoughts, HTML is like the appearance and image of software. Good ideas need to be matched with a perfect appearance. If your logical thinking is better, you can choose Java. If you have better aesthetics and strong creative ability, you can choose HTML.
For more programming-related knowledge, please visit: Introduction to Programming! !
The above is the detailed content of Does html belong to java?. For more information, please follow other related articles on the PHP Chinese website!