The different languages of html

Python

Python is a high level coding language with the purpose on a general programming. Python was created by Guido van Rossum and released in 1991. Python has help people design philosophy which helps make the code readable and the syntax help coders to express concepts in fewer lines of code than other languages.Here is an example of one code: print "alert('hi')"

jQuery

jquery is the same as javascript but it shortens the codes that are to long in javascript. jquery's syntax basically shortens the codes and makes it easier to type code down without the stuggle of writing all of the code. Here is one example of a shorten code:function myFunction() { alert("Hello\nHow are you?"); }

Java

Java is the same as javascript but instead of using script you use main.java can run on all platforms that support java. This language is the most popular programing language to use.

C++

C++ was design to embed and system programing and it's effectable and flexable to design in highlight. This language is most useful in lots of other websites. Here is one example of a code: #include iostream using namespace std; int main() { // if click congrats return 0;}