+ 9
HTML is similar to the Java Script... What is difference between the html & java script???
8 Respostas
+ 8
No. They are not similar.
Html is a mark up language, it is used to design a webpage. It is not a programming language because it can't do algorithm, it can't do math, it can't make variables, it can't do looping, no data structures, etc. If you know the language, you can create a webpage easily without having to burn your brain.
Javascript is different, even if you know the language it doesn't mean you can make a good program.
+ 7
Flagging.
+ 6
thank you friends...
+ 5
html and JavaScript both are different.
html is a markup language and not case sensitive.
JavaScript is a client side scripting language
and case sensitive
+ 4
In simple terms, HTML handles web page structure while JavaScript handles interactivity.
+ 2
HTML is a murkup language as Mr programmer said.
originally javascript was created for the purpose to manipulate the HTML DOM. however nowadays javascript isn't just limited to DOM manipulation.
hope someone will explain briefly
0
They are not similar HTML is used for content presentation on the client's browser but JavaScript is for improving the interactivity of the web pages...
0
i'm totally agree with Chandra Wibowo.