English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

HTML or JavaScript

2006-07-05 05:13:41 · 11 answers · asked by Anonymous in Computers & Internet Programming & Design

11 answers

to my knowledge, javascript is of no use without html background to it. so it is better to learn html followed by javascript. and yes the learning curve is shorter in both the cases

2006-07-05 05:47:26 · answer #1 · answered by Srikanth 2 · 3 0

HTML is not a programming language, it is only a bunch of tags. It can't be compared to javascript because they do completely different things, in fact, JavaScript can't exist without HTML.

Basically, HTML is a way of describing text, javascript is a way of dynamically changing html and text.

2006-07-05 05:20:55 · answer #2 · answered by John J 6 · 0 0

JavaSript is a scripting language more than a programming language, although its style of syntax interpolation is similar to the programming language Java. With JavaScript you can create various functions or methods to define functionality within your webpage.
HTML is just a simple mark-up language that maps the content of your webpage. Although you can also map content with functionality in JavaScript. DHHTML (Dynamic HTML) is another paradigm of this.

2006-07-05 05:43:33 · answer #3 · answered by Raj B 2 · 0 0

Both HTML and JavaScript are not programming languages but formatting/markup scripting language with some predefined functionality.
The best way is to use them both, i.e. to write HTML with JS "functions".

2006-07-05 05:20:16 · answer #4 · answered by alakit013 5 · 0 0

Programming? Hmmm...

HTML makes stuff appear on the web page for you to view.
It won't do anything interactive though (excluding forms).

You'll need some Javascript (or PHP for example)...

Javascript can make the stuff that appears on the web page DO stuff. Really cool stuff even, that HTML can't do on it's own. It can your page dynamic, and/or interactive, and/or just... look cooler.

~~*LOL*~~

2006-07-05 05:31:28 · answer #5 · answered by Anonymous · 0 0

HTML is easier to learn, JAVAscript has more possibilities. JAVAscript is better.

2006-07-05 05:16:36 · answer #6 · answered by BigJoeCool 2 · 0 0

Okay... Neither is better, and this is why.
HTML is a markup language that is used for internet/intranet pages.
JavaScript is a scripting language that can compliment internet/intranet pages. JavaScript can also be used in logon scripting, network scripting, and other scripting uses.
HTML & JavaScript are 2 completely different types of languages, thus you cannot make a comparison.

2006-07-05 05:17:48 · answer #7 · answered by raza018 2 · 0 0

html is wayyy easier, but you can make more complex things with javascript. so i go with javascript.

2006-07-05 05:16:21 · answer #8 · answered by Mike-Q 5 · 0 0

JavaScript is far better... but PHP is BEST

2006-07-05 06:22:50 · answer #9 · answered by Umax 5 · 0 0

Apples to oranges.

2006-07-05 05:16:24 · answer #10 · answered by Duds331 5 · 0 0

fedest.com, questions and answers