+ 9

HTML is similar to the Java Script... What is difference between the html & java script???

23rd May 2017, 6:16 AM
BALAGURUNATHAN M
BALAGURUNATHAN M - avatar
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.
23rd May 2017, 7:41 AM
Chandra Wibowo
Chandra Wibowo - avatar
+ 7
Flagging.
21st Jun 2017, 2:00 PM
Hatsy Rei
Hatsy Rei - avatar
+ 6
thank you friends...
20th Jun 2017, 9:49 AM
BALAGURUNATHAN M
BALAGURUNATHAN M - avatar
+ 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
23rd May 2017, 6:34 AM
MR Programmer
MR Programmer - avatar
+ 4
In simple terms, HTML handles web page structure while JavaScript handles interactivity.
26th May 2017, 7:05 AM
Egwuatu Onyedika
Egwuatu Onyedika - avatar
+ 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
23rd May 2017, 6:40 AM
Apel Mahmod
Apel Mahmod - avatar
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...
20th Jun 2017, 6:13 PM
EVANS KIPTARUS KIBET
EVANS KIPTARUS KIBET - avatar
0
i'm totally agree with Chandra Wibowo.
21st Jun 2017, 10:22 AM
Jesús Daniel Sánchez
Jesús Daniel Sánchez - avatar