answersLogoWhite

0

Because all of these language run COMPLETELY differently. For example: JavaScript is implemented client-sided most of the time, and may be interpreted differently depending on the browser. PHP is ran on the server-side and therefore browser independent.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Is HTML a client side script or server side?

HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.HTML is not a script language. However, HTML is executed on the client side.


What is HTML scripts?

HTML is a markup language, not a scripting language. There is no such thing as an HTML script.


Is HTML a script language?

No, but you can nest JavaScript into the HTML.


What you need to study to create your website?

I would suggest you start with HTML and then move on to JavaScript VBScript would come after that. EX: <html><body><!--HTML HERE--> <!--JAVASCRIPT STARTS BELOW--> <script language="JavaScript"> //JAVASCRIPT HERE </script> <!--JAVASCRIPT ENDS HERE--> <!--VBSCRIPT STARTS BELOW--> <script language="VBScript"> 'VBSCRIPT HERE </script> </body></html>


Calculations in HTML?

HTML is a static language, you cannot do any math using only HTML. To do math, you need a scripting language such as JavaScript. Try this code: <script type="text/javascript"> document.write((2+3)*2); </script> put this in your HTML page and it should display as 10


What programming language was Gmail developed in?

Html, javascript, ajax


How do you put java script into HTML?

Javascript inside html <html> <head> <script type="text/javascript" language="javascript"> // Java script code here </script> <body> // html code here </body> </html> Via External Link: <html> <head> <script type="text/javascript" language="javascript" src="location of js file"> </script> <body> // html code here </body> </html>


How do you write a web proxy using HTML?

HTML is, as it name says, a language for markup, not script or programming. This means it is simply not possible to write a web proxy in HTML.


What is the definition of java script?

(A scripting language that is added to standard HTML to create interactive documents.


Is there a script of HTML for a sign up page that does not require a php script and if so what is it?

HTML is client side scripting so the Form will have to be in HTML (unless you use something like Flash or Java) and the submission will require a Server side language in order to do anything with the code. So to answer your question, you do not have to use HTML; you do not have to use PHP.However you will have to use a Client Side Scripting language like HTML and a Server side scripting language like PHP.


What is the function of HTML in a webpage?

The function of HTML as a scripting language is limited to it's design. All the design developed can be viewed by HTML.


What does it mean to do HTML submit?

HTML means Hypertext Markup Language. The tag is used for various javascripts and Java programs. HTML submit is a form of a script in Java programming.