Home  >  Article  >  Backend Development  >  Rabbit--the relationship between html, js, php, ASP, ASPNET and JSP

Rabbit--the relationship between html, js, php, ASP, ASPNET and JSP

WBOY
WBOYOriginal
2016-08-08 09:21:451480browse

html is a hypertext link language, which is static and is displayed on the client. Web pages made only with HTML are static web pages without any interactive functions.

JS is an object- and event-driven scripting language that runs on the client. It is a relatively simple programming language. The method of use is to web pages Add a script to the HTML file to make the statement webpage made in HTML more powerful. There is no need for separate compilation and interpretation. When a browser that supports JavaScript opens this page, it will read the script and execute its instructions.

PHP is a programming language that runs on the server side and is mainly used to process information submitted by customers through web pages. It runs on the server side and is used to respond to customer requests.

The current dynamic web page programming technologies are:
ASP----Dynamic Server Page, a dynamic web page programming technology launched by Microsoft.
ASP.NET----Microsoft's latest web application development technology.
PHP----hypertext preprocessor
JSP----add java program fragments and jsp tags to traditional static pages (written by html) to form a page, which is then processed by the server Compile and execute.

Copyright Statement: This article is an original article by the blogger and may not be reproduced without the blogger's permission.

The above introduces the relationship between Rabbit-html, js, php, ASP, ASPNET, and JSP, including aspects of the content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn